Html Css Color HEX #B81742 Cardinal

📋 copy color: '#B81742'

red 184 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #B81742

Tints of Cardinal #B81742

RGB

 RED value IS 184 (72.27% from 255) = 67.4%

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 67.4%
G = 8.42%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B81742 (or 0xB81742) is known color: Cardinal. HEX triplet: B8, 17 and 42. RGB value is (184,23,66). Sum of RGB (Red+Green+Blue) = 184+23+66=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81742 is #47E8BD. Grayscale: #4C4C4C. Windows color (decimal): -4712638 or 4331448. OLE color: 4331448.

HSL color Cylindrical-coordinate representation of color #B81742: hue angle of 343.98º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81742 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 66 -
CMYK 0 0.88 0.64 0.28
HSL 343.98º 0.78% 0.41% -
HSV(B) 343.98º 0.88% 0.72% -
XYZ 21.06 11.2 6.21 -
YUV 76.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 184 23 66 0 0.88 0.64 0.28 343.98 0.78 0.41
Hex B8 17 42 0 58 40 1C 158 4E 29
Octal 270 27 102 0 130 100 34 530 116 51
Binary 10111000 10111 1000010 0 1011000 1000000 11100 101011000 1001110 101001

Color Harmonies of #B81742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81742

Black with #B81742

Text Example


Text Example

White with #B81742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81742; }

 p { color: rgb(184,23,66); }

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

background-color css

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

 a { background-color: rgb(184,23,66); }

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

border-color css

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

 span { border-color: rgb(184,23,66); }

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