#B42933

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

Shades of Cardinal #B42933

Tints of Cardinal #B42933

Color information

#B42933 (or 0xB42933) is unknown color: approx Cardinal. HEX triplet: B4, 29 and 33. RGB value is (180,41,51). Sum of RGB (Red+Green+Blue) = 180+41+51=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42933 is #4BD6CC. Grayscale: #535353. Windows color (decimal): -4970189 or 3353012. OLE color: 3353012.

HSL color Cylindrical-coordinate representation of color #B42933: hue angle of 355.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42933 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1804151-
CMYK00.770.720.29
HSL355.68º62.9%43.33%-
HSV(B)355.68º77.22%70.59%-
XYZ20.2111.534.29-
YUV83.7109.55196.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=66.18%
G=15.07%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180415100.770.720.29355.6862.943.33
HexB4293304D481D1643f2b
Octal26451630115110355447753
Binary1011010010100111001101001101100100011101101100100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42933; }

 p { color: rgb(180,41,51); }

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

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

 a { background-color: rgb(180,41,51); }

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

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

 span { border-color: rgb(180,41,51); }

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