Html Css Color HEX #B42430 Cardinal

📋 copy color: '#B42430'

red 180 ◦ green 36 ◦ blue 48

#B42430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B42430

Tints of Cardinal #B42430

RGB

 RED value IS 180 (70.7% 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 value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42430 (or 0xB42430) is known color: 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

RGB 180 36 48 -
CMYK 0 0.8 0.73 0.29
HSL 355º 0.67% 0.42% -
HSV(B) 355º 0.8% 0.71% -
XYZ 19.99 11.18 3.9 -
YUV 80.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 180 36 48 0 0.8 0.73 0.29 355 0.67 0.42
Hex B4 24 30 0 50 49 1D 163 43 2A
Octal 264 44 60 0 120 111 35 543 103 52
Binary 10110100 100100 110000 0 1010000 1001001 11101 101100011 1000011 101010

Color Harmonies of #B42430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42430

Black with #B42430

Text Example


Text Example

White with #B42430

Text Example


Text Example

HTML Codes & Css Web 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>