Html Css Color HEX #B8192B Cardinal

📋 copy color: '#B8192B'

red 184 ◦ green 25 ◦ blue 43

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

Shades of Cardinal #B8192B

Tints of Cardinal #B8192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 73.02%
G = 9.92%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8192B (or 0xB8192B) is known color: Cardinal. HEX triplet: B8, 19 and 2B. RGB value is (184,25,43). Sum of RGB (Red+Green+Blue) = 184+25+43=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8192B is #47E6D4. Grayscale: #4A4A4A. Windows color (decimal): -4712149 or 2824632. OLE color: 2824632.

HSL color Cylindrical-coordinate representation of color #B8192B: hue angle of 353.21º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8192B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 43 -
CMYK 0 0.86 0.77 0.28
HSL 353.21º 0.76% 0.41% -
HSV(B) 353.21º 0.86% 0.72% -
XYZ 20.55 11.06 3.34 -
YUV 74.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 184 25 43 0 0.86 0.77 0.28 353.21 0.76 0.41
Hex B8 19 2B 0 56 4D 1C 161 4C 29
Octal 270 31 53 0 126 115 34 541 114 51
Binary 10111000 11001 101011 0 1010110 1001101 11100 101100001 1001100 101001

Color Harmonies of #B8192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8192B

Black with #B8192B

Text Example


Text Example

White with #B8192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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