Html Css Color HEX #B81942 Cardinal

📋 copy color: '#B81942'

red 184 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #B81942

Tints of Cardinal #B81942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 66.91%
G = 9.09%
B = 24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B81942 (or 0xB81942) is known color: Cardinal. HEX triplet: B8, 19 and 42. RGB value is (184,25,66). Sum of RGB (Red+Green+Blue) = 184+25+66=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B81942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81942 is #47E6BD. Grayscale: #4D4D4D. Windows color (decimal): -4712126 or 4331960. OLE color: 4331960.

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

Color convert

RGB 184 25 66 -
CMYK 0 0.86 0.64 0.28
HSL 344.53º 0.76% 0.41% -
HSV(B) 344.53º 0.86% 0.72% -
XYZ 21.1 11.28 6.22 -
YUV 77.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 184 25 66 0 0.86 0.64 0.28 344.53 0.76 0.41
Hex B8 19 42 0 56 40 1C 159 4C 29
Octal 270 31 102 0 126 100 34 531 114 51
Binary 10111000 11001 1000010 0 1010110 1000000 11100 101011001 1001100 101001

Color Harmonies of #B81942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81942

Black with #B81942

Text Example


Text Example

White with #B81942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81942; }

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

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

background-color css

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

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

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

border-color css

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

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

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