Html Css Color HEX #B8152B Cardinal

📋 copy color: '#B8152B'

red 184 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #B8152B

Tints of Cardinal #B8152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 74.19%
G = 8.47%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8152B (or 0xB8152B) is known color: Cardinal. HEX triplet: B8, 15 and 2B. RGB value is (184,21,43). Sum of RGB (Red+Green+Blue) = 184+21+43=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8152B is #47EAD4. Grayscale: #484848. Windows color (decimal): -4713173 or 2823608. OLE color: 2823608.

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

Color convert

RGB 184 21 43 -
CMYK 0 0.89 0.77 0.28
HSL 351.9º 0.8% 0.4% -
HSV(B) 351.9º 0.89% 0.72% -
XYZ 20.47 10.9 3.31 -
YUV 72.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 184 21 43 0 0.89 0.77 0.28 351.9 0.8 0.4
Hex B8 15 2B 0 59 4D 1C 160 50 28
Octal 270 25 53 0 131 115 34 540 120 50
Binary 10111000 10101 101011 0 1011001 1001101 11100 101100000 1010000 101000

Color Harmonies of #B8152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8152B

Black with #B8152B

Text Example


Text Example

White with #B8152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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