Html Css Color HEX #B8153E Cardinal

📋 copy color: '#B8153E'

red 184 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #B8153E

Tints of Cardinal #B8153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 68.91%
G = 7.87%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8153E (or 0xB8153E) is known color: Cardinal. HEX triplet: B8, 15 and 3E. RGB value is (184,21,62). Sum of RGB (Red+Green+Blue) = 184+21+62=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8153E is #47EAC1. Grayscale: #4A4A4A. Windows color (decimal): -4713154 or 4068792. OLE color: 4068792.

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

Color convert

RGB 184 21 62 -
CMYK 0 0.89 0.66 0.28
HSL 344.91º 0.8% 0.4% -
HSV(B) 344.91º 0.89% 0.72% -
XYZ 20.9 11.07 5.59 -
YUV 74.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 184 21 62 0 0.89 0.66 0.28 344.91 0.8 0.4
Hex B8 15 3E 0 59 42 1C 159 50 28
Octal 270 25 76 0 131 102 34 531 120 50
Binary 10111000 10101 111110 0 1011001 1000010 11100 101011001 1010000 101000

Color Harmonies of #B8153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8153E

Black with #B8153E

Text Example


Text Example

White with #B8153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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