#B42430

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

Shades of Cardinal #B42430

Tints of Cardinal #B42430

Color information

#B42430 (or 0xB42430) is unknown color: approx Cardinal. HEX triplet: B4, 24 and 30. RGB value is (180,36,48). Sum of RGB (Red+Green+Blue) = 180+36+48=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B42430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42430 is #4BDBCF. Grayscale: #505050. Windows color (decimal): -4971472 or 3155124. OLE color: 3155124.

HSL color Cylindrical-coordinate representation of color #B42430: hue angle of 355º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42430 is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1803648-
CMYK00.80.730.29
HSL355º66.67%42.35%-
HSV(B)355º80%70.59%-
XYZ19.9911.183.9-
YUV80.42109.71199.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=68.18%
G=13.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180364800.80.730.2935566.6742.35
HexB42430050491D163432a
Octal264446001201113554310352
Binary10110100100100110000010100001001001111011011000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42430; }

 p { color: rgb(180,36,48); }

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

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

 a { background-color: rgb(180,36,48); }

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

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

 span { border-color: rgb(180,36,48); }

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