Html Css Color HEX #B40942 Cardinal

📋 copy color: '#B40942'

red 180 ◦ green 9 ◦ blue 66

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

Shades of Cardinal #B40942

Tints of Cardinal #B40942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 70.59%
G = 3.53%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40942 (or 0xB40942) is known color: Cardinal. HEX triplet: B4, 09 and 42. RGB value is (180,9,66). Sum of RGB (Red+Green+Blue) = 180+9+66=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40942 is #4BF6BD. Grayscale: #424242. Windows color (decimal): -4978366 or 4327860. OLE color: 4327860.

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

Color convert

RGB 180 9 66 -
CMYK 0 0.95 0.63 0.29
HSL 340º 0.9% 0.37% -
HSV(B) 340º 0.95% 0.71% -
XYZ 19.9 10.29 6.09 -
YUV 66.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 180 9 66 0 0.95 0.63 0.29 340 0.9 0.37
Hex B4 9 42 0 5F 3F 1D 154 5A 25
Octal 264 11 102 0 137 77 35 524 132 45
Binary 10110100 1001 1000010 0 1011111 111111 11101 101010100 1011010 100101

Color Harmonies of #B40942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40942

Black with #B40942

Text Example


Text Example

White with #B40942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40942; }

 p { color: rgb(180,9,66); }

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

background-color css

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

 a { background-color: rgb(180,9,66); }

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

border-color css

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

 span { border-color: rgb(180,9,66); }

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