Html Css Color HEX #B8152F Cardinal

📋 copy color: '#B8152F'

red 184 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #B8152F

Tints of Cardinal #B8152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 73.02%
G = 8.33%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8152F (or 0xB8152F) is known color: Cardinal. HEX triplet: B8, 15 and 2F. RGB value is (184,21,47). Sum of RGB (Red+Green+Blue) = 184+21+47=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8152F is #47EAD0. Grayscale: #484848. Windows color (decimal): -4713169 or 3085752. OLE color: 3085752.

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

Color convert

RGB 184 21 47 -
CMYK 0 0.89 0.74 0.28
HSL 350.43º 0.8% 0.4% -
HSV(B) 350.43º 0.89% 0.72% -
XYZ 20.55 10.93 3.72 -
YUV 72.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 184 21 47 0 0.89 0.74 0.28 350.43 0.8 0.4
Hex B8 15 2F 0 59 4A 1C 15E 50 28
Octal 270 25 57 0 131 112 34 536 120 50
Binary 10111000 10101 101111 0 1011001 1001010 11100 101011110 1010000 101000

Color Harmonies of #B8152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8152F

Black with #B8152F

Text Example


Text Example

White with #B8152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8152F; }

 p { color: rgb(184,21,47); }

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

background-color css

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

 a { background-color: rgb(184,21,47); }

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

border-color css

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

 span { border-color: rgb(184,21,47); }

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