Html Css Color HEX #B81841 Cardinal

📋 copy color: '#B81841'

red 184 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B81841

Tints of Cardinal #B81841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 67.4%
G = 8.79%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81841 (or 0xB81841) is known color: Cardinal. HEX triplet: B8, 18 and 41. RGB value is (184,24,65). Sum of RGB (Red+Green+Blue) = 184+24+65=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81841 is #47E7BE. Grayscale: #4C4C4C. Windows color (decimal): -4712383 or 4266168. OLE color: 4266168.

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

Color convert

RGB 184 24 65 -
CMYK 0 0.87 0.65 0.28
HSL 344.63º 0.77% 0.41% -
HSV(B) 344.63º 0.87% 0.72% -
XYZ 21.05 11.23 6.06 -
YUV 76.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 184 24 65 0 0.87 0.65 0.28 344.63 0.77 0.41
Hex B8 18 41 0 57 41 1C 159 4D 29
Octal 270 30 101 0 127 101 34 531 115 51
Binary 10111000 11000 1000001 0 1010111 1000001 11100 101011001 1001101 101001

Color Harmonies of #B81841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81841

Black with #B81841

Text Example


Text Example

White with #B81841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81841; }

 p { color: rgb(184,24,65); }

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

background-color css

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

 a { background-color: rgb(184,24,65); }

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

border-color css

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

 span { border-color: rgb(184,24,65); }

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