Html Css Color HEX #B40439 Cardinal

📋 copy color: '#B40439'

red 180 ◦ green 4 ◦ blue 57

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

Shades of Cardinal #B40439

Tints of Cardinal #B40439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 74.69%
G = 1.66%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B40439 (or 0xB40439) is known color: Cardinal. HEX triplet: B4, 04 and 39. RGB value is (180,4,57). Sum of RGB (Red+Green+Blue) = 180+4+57=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40439 is #4BFBC6. Grayscale: #3E3E3E. Windows color (decimal): -4979655 or 3736756. OLE color: 3736756.

HSL color Cylindrical-coordinate representation of color #B40439: hue angle of 341.93º 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 #B40439 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 57 -
CMYK 0 0.98 0.68 0.29
HSL 341.93º 0.96% 0.36% -
HSV(B) 341.93º 0.98% 0.71% -
XYZ 19.6 10.09 4.78 -
YUV 62.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 180 4 57 0 0.98 0.68 0.29 341.93 0.96 0.36
Hex B4 4 39 0 62 44 1D 156 60 24
Octal 264 4 71 0 142 104 35 526 140 44
Binary 10110100 100 111001 0 1100010 1000100 11101 101010110 1100000 100100

Color Harmonies of #B40439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40439

Black with #B40439

Text Example


Text Example

White with #B40439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40439; }

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

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

background-color css

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

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

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

border-color css

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

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

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