#B0283B

Color #B0283B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B0283B

Tints of Cardinal #B0283B

Color information

#B0283B (or 0xB0283B) is unknown color: approx Cardinal. HEX triplet: B0, 28 and 3B. RGB value is (176,40,59). Sum of RGB (Red+Green+Blue) = 176+40+59=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283B is #4FD7C4. Grayscale: #525252. Windows color (decimal): -5232581 or 3877040. OLE color: 3877040.

HSL color Cylindrical-coordinate representation of color #B0283B: hue angle of 351.62º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0283B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1764059-
CMYK00.770.660.31
HSL351.62º62.96%42.35%-
HSV(B)351.62º77.27%69.02%-
XYZ19.4511.065.25-
YUV82.83114.56194.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=64%
G=14.55%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176405900.770.660.31351.6262.9642.35
HexB0283B04D421F1603f2a
Octal26050730115102375407752
Binary1011000010100011101101001101100001011111101100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0283B; }

 p { color: rgb(176,40,59); }

 H1.HeaderClassName
 {
   color: #B0283B;
 }
 .AnyTagClassName
 {
   color: #B0283B;
 }
</style>
background-color css

<style>
 a { background-color: #B0283B; }

 a { background-color: rgb(176,40,59); }

 div.DivClassName
 {
   background-color: #B0283B;
 }
 .BgClassName
 {
   background-color: #B0283B;
 }
</style>
border-color css

<style>
 span { border-color: #B0283B; }

 span { border-color: rgb(176,40,59); }

 td.TdClassName
 {
   border-color: #B0283B;
 }
 .TagClassName
 {
   border-color: #B0283B;
 }
</style>