Html Css Color HEX #B81434 Cardinal

📋 copy color: '#B81434'

red 184 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #B81434

Tints of Cardinal #B81434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 71.88%
G = 7.81%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B81434 (or 0xB81434) is known color: Cardinal. HEX triplet: B8, 14 and 34. RGB value is (184,20,52). Sum of RGB (Red+Green+Blue) = 184+20+52=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81434 is #47EBCB. Grayscale: #484848. Windows color (decimal): -4713420 or 3413176. OLE color: 3413176.

HSL color Cylindrical-coordinate representation of color #B81434: hue angle of 348.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81434 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 52 -
CMYK 0 0.89 0.72 0.28
HSL 348.29º 0.8% 0.4% -
HSV(B) 348.29º 0.89% 0.72% -
XYZ 20.64 10.94 4.27 -
YUV 72.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 184 20 52 0 0.89 0.72 0.28 348.29 0.8 0.4
Hex B8 14 34 0 59 48 1C 15C 50 28
Octal 270 24 64 0 131 110 34 534 120 50
Binary 10111000 10100 110100 0 1011001 1001000 11100 101011100 1010000 101000

Color Harmonies of #B81434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81434

Black with #B81434

Text Example


Text Example

White with #B81434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81434; }

 p { color: rgb(184,20,52); }

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

background-color css

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

 a { background-color: rgb(184,20,52); }

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

border-color css

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

 span { border-color: rgb(184,20,52); }

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