Html Css Color HEX #B7132C Cardinal

📋 copy color: '#B7132C'

red 183 ◦ green 19 ◦ blue 44

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

Shades of Cardinal #B7132C

Tints of Cardinal #B7132C

RGB

 RED value IS 183 (71.88% from 255) = 74.39%

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 74.39%
G = 7.72%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7132C (or 0xB7132C) is known color: Cardinal. HEX triplet: B7, 13 and 2C. RGB value is (183,19,44). Sum of RGB (Red+Green+Blue) = 183+19+44=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7132C is #48ECD3. Grayscale: #464646. Windows color (decimal): -4779220 or 2888631. OLE color: 2888631.

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

Color convert

RGB 183 19 44 -
CMYK 0 0.90 0.76 0.28
HSL 350.85º 0.81% 0.4% -
HSV(B) 350.85º 0.9% 0.72% -
XYZ 20.22 10.71 3.39 -
YUV 70.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 183 19 44 0 0.90 0.76 0.28 350.85 0.81 0.4
Hex B7 13 2C 0 5A 4C 1C 15F 51 28
Octal 267 23 54 0 132 114 34 537 121 50
Binary 10110111 10011 101100 0 1011010 1001100 11100 101011111 1010001 101000

Color Harmonies of #B7132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7132C

Black with #B7132C

Text Example


Text Example

White with #B7132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7132C; }

 p { color: rgb(183,19,44); }

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

background-color css

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

 a { background-color: rgb(183,19,44); }

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

border-color css

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

 span { border-color: rgb(183,19,44); }

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