Html Css Color HEX #B81845 Cardinal

📋 copy color: '#B81845'

red 184 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #B81845

Tints of Cardinal #B81845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 66.43%
G = 8.66%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B81845 (or 0xB81845) is known color: Cardinal. HEX triplet: B8, 18 and 45. RGB value is (184,24,69). Sum of RGB (Red+Green+Blue) = 184+24+69=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B81845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81845 is #47E7BA. Grayscale: #4C4C4C. Windows color (decimal): -4712379 or 4528312. OLE color: 4528312.

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

Color convert

RGB 184 24 69 -
CMYK 0 0.87 0.62 0.28
HSL 343.13º 0.77% 0.41% -
HSV(B) 343.13º 0.87% 0.72% -
XYZ 21.17 11.27 6.69 -
YUV 76.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 184 24 69 0 0.87 0.62 0.28 343.13 0.77 0.41
Hex B8 18 45 0 57 3E 1C 157 4D 29
Octal 270 30 105 0 127 76 34 527 115 51
Binary 10111000 11000 1000101 0 1010111 111110 11100 101010111 1001101 101001

Color Harmonies of #B81845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81845

Black with #B81845

Text Example


Text Example

White with #B81845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81845; }

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

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

background-color css

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

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

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

border-color css

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

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

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