Html Css Color HEX #B8132E Cardinal

📋 copy color: '#B8132E'

red 184 ◦ green 19 ◦ blue 46

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

Shades of Cardinal #B8132E

Tints of Cardinal #B8132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 73.9%
G = 7.63%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8132E (or 0xB8132E) is known color: Cardinal. HEX triplet: B8, 13 and 2E. RGB value is (184,19,46). Sum of RGB (Red+Green+Blue) = 184+19+46=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8132E is #47ECD1. Grayscale: #474747. Windows color (decimal): -4713682 or 3019704. OLE color: 3019704.

HSL color Cylindrical-coordinate representation of color #B8132E: hue angle of 350.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8132E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 46 -
CMYK 0 0.90 0.75 0.28
HSL 350.18º 0.81% 0.4% -
HSV(B) 350.18º 0.9% 0.72% -
XYZ 20.49 10.85 3.6 -
YUV 71.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 184 19 46 0 0.90 0.75 0.28 350.18 0.81 0.4
Hex B8 13 2E 0 5A 4B 1C 15E 51 28
Octal 270 23 56 0 132 113 34 536 121 50
Binary 10111000 10011 101110 0 1011010 1001011 11100 101011110 1010001 101000

Color Harmonies of #B8132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8132E

Black with #B8132E

Text Example


Text Example

White with #B8132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8132E; }

 p { color: rgb(184,19,46); }

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

background-color css

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

 a { background-color: rgb(184,19,46); }

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

border-color css

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

 span { border-color: rgb(184,19,46); }

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