Html Css Color HEX #B8192A Cardinal

📋 copy color: '#B8192A'

red 184 ◦ green 25 ◦ blue 42

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

Shades of Cardinal #B8192A

Tints of Cardinal #B8192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 73.31%
G = 9.96%
B = 16.73%

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

#B8192A (or 0xB8192A) is known color: Cardinal. HEX triplet: B8, 19 and 2A. RGB value is (184,25,42). Sum of RGB (Red+Green+Blue) = 184+25+42=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8192A is #47E6D5. Grayscale: #4A4A4A. Windows color (decimal): -4712150 or 2759096. OLE color: 2759096.

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

Color convert

RGB 184 25 42 -
CMYK 0 0.86 0.77 0.28
HSL 353.58º 0.76% 0.41% -
HSV(B) 353.58º 0.86% 0.72% -
XYZ 20.53 11.05 3.24 -
YUV 74.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 184 25 42 0 0.86 0.77 0.28 353.58 0.76 0.41
Hex B8 19 2A 0 56 4D 1C 162 4C 29
Octal 270 31 52 0 126 115 34 542 114 51
Binary 10111000 11001 101010 0 1010110 1001101 11100 101100010 1001100 101001

Color Harmonies of #B8192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8192A

Black with #B8192A

Text Example


Text Example

White with #B8192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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