Html Css Color HEX #B40434 Cardinal

📋 copy color: '#B40434'

red 180 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B40434

Tints of Cardinal #B40434

RGB

 RED value IS 180 (70.7% from 255) = 76.27%

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 76.27%
G = 1.69%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B40434 (or 0xB40434) is known color: Cardinal. HEX triplet: B4, 04 and 34. RGB value is (180,4,52). Sum of RGB (Red+Green+Blue) = 180+4+52=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40434 is #4BFBCB. Grayscale: #3E3E3E. Windows color (decimal): -4979660 or 3409076. OLE color: 3409076.

HSL color Cylindrical-coordinate representation of color #B40434: hue angle of 343.64º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40434 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 52 -
CMYK 0 0.98 0.71 0.29
HSL 343.64º 0.96% 0.36% -
HSV(B) 343.64º 0.98% 0.71% -
XYZ 19.49 10.04 4.16 -
YUV 62.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 180 4 52 0 0.98 0.71 0.29 343.64 0.96 0.36
Hex B4 4 34 0 62 47 1D 158 60 24
Octal 264 4 64 0 142 107 35 530 140 44
Binary 10110100 100 110100 0 1100010 1000111 11101 101011000 1100000 100100

Color Harmonies of #B40434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40434

Black with #B40434

Text Example


Text Example

White with #B40434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40434; }

 p { color: rgb(180,4,52); }

 H1.HeaderClassName
 {
   color: #B40434;
 }
 .AnyTagClassName
 {
   color: #B40434;
 }
</style>

background-color css

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

 a { background-color: rgb(180,4,52); }

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

border-color css

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

 span { border-color: rgb(180,4,52); }

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