Html Css Color HEX #B81849 Cardinal

📋 copy color: '#B81849'

red 184 ◦ green 24 ◦ blue 73

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

Shades of Cardinal #B81849

Tints of Cardinal #B81849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 65.48%
G = 8.54%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B81849 (or 0xB81849) is known color: Cardinal. HEX triplet: B8, 18 and 49. RGB value is (184,24,73). Sum of RGB (Red+Green+Blue) = 184+24+73=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B81849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81849 is #47E7B6. Grayscale: #4D4D4D. Windows color (decimal): -4712375 or 4790456. OLE color: 4790456.

HSL color Cylindrical-coordinate representation of color #B81849: hue angle of 341.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 #B81849 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 73 -
CMYK 0 0.87 0.60 0.28
HSL 341.63º 0.77% 0.41% -
HSV(B) 341.63º 0.87% 0.72% -
XYZ 21.3 11.32 7.37 -
YUV 77.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 184 24 73 0 0.87 0.60 0.28 341.63 0.77 0.41
Hex B8 18 49 0 57 3C 1C 156 4D 29
Octal 270 30 111 0 127 74 34 526 115 51
Binary 10111000 11000 1001001 0 1010111 111100 11100 101010110 1001101 101001

Color Harmonies of #B81849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81849

Black with #B81849

Text Example


Text Example

White with #B81849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81849; }

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

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

background-color css

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

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

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

border-color css

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

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

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