Html Css Color HEX #B81940 Cardinal

📋 copy color: '#B81940'

red 184 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #B81940

Tints of Cardinal #B81940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 67.4%
G = 9.16%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81940 (or 0xB81940) is known color: Cardinal. HEX triplet: B8, 19 and 40. RGB value is (184,25,64). Sum of RGB (Red+Green+Blue) = 184+25+64=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81940 is #47E6BF. Grayscale: #4C4C4C. Windows color (decimal): -4712128 or 4200888. OLE color: 4200888.

HSL color Cylindrical-coordinate representation of color #B81940: hue angle of 345.28º 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 #B81940 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 64 -
CMYK 0 0.86 0.65 0.28
HSL 345.28º 0.76% 0.41% -
HSV(B) 345.28º 0.86% 0.72% -
XYZ 21.04 11.26 5.91 -
YUV 76.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 184 25 64 0 0.86 0.65 0.28 345.28 0.76 0.41
Hex B8 19 40 0 56 41 1C 159 4C 29
Octal 270 31 100 0 126 101 34 531 114 51
Binary 10111000 11001 1000000 0 1010110 1000001 11100 101011001 1001100 101001

Color Harmonies of #B81940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81940

Black with #B81940

Text Example


Text Example

White with #B81940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81940; }

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

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

background-color css

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

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

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

border-color css

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

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

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