Html Css Color HEX #B40B42 Cardinal

📋 copy color: '#B40B42'

red 180 ◦ green 11 ◦ blue 66

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

Shades of Cardinal #B40B42

Tints of Cardinal #B40B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 70.04%
G = 4.28%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40B42 (or 0xB40B42) is known color: Cardinal. HEX triplet: B4, 0B and 42. RGB value is (180,11,66). Sum of RGB (Red+Green+Blue) = 180+11+66=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B42 is #4BF4BD. Grayscale: #434343. Windows color (decimal): -4977854 or 4328372. OLE color: 4328372.

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

Color convert

RGB 180 11 66 -
CMYK 0 0.94 0.63 0.29
HSL 340.47º 0.88% 0.37% -
HSV(B) 340.47º 0.94% 0.71% -
XYZ 19.93 10.34 6.1 -
YUV 67.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 180 11 66 0 0.94 0.63 0.29 340.47 0.88 0.37
Hex B4 B 42 0 5E 3F 1D 154 58 25
Octal 264 13 102 0 136 77 35 524 130 45
Binary 10110100 1011 1000010 0 1011110 111111 11101 101010100 1011000 100101

Color Harmonies of #B40B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B42

Black with #B40B42

Text Example


Text Example

White with #B40B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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