Html Css Color HEX #B7132A Cardinal

📋 copy color: '#B7132A'

red 183 ◦ green 19 ◦ blue 42

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

Shades of Cardinal #B7132A

Tints of Cardinal #B7132A

RGB

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

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

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

R = 75%
G = 7.79%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7132A (or 0xB7132A) is known color: Cardinal. HEX triplet: B7, 13 and 2A. RGB value is (183,19,42). Sum of RGB (Red+Green+Blue) = 183+19+42=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7132A is #48ECD5. Grayscale: #464646. Windows color (decimal): -4779222 or 2757559. OLE color: 2757559.

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

Color convert

RGB 183 19 42 -
CMYK 0 0.90 0.77 0.28
HSL 351.59º 0.81% 0.4% -
HSV(B) 351.59º 0.9% 0.72% -
XYZ 20.18 10.7 3.19 -
YUV 70.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 183 19 42 0 0.90 0.77 0.28 351.59 0.81 0.4
Hex B7 13 2A 0 5A 4D 1C 160 51 28
Octal 267 23 52 0 132 115 34 540 121 50
Binary 10110111 10011 101010 0 1011010 1001101 11100 101100000 1010001 101000

Color Harmonies of #B7132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7132A

Black with #B7132A

Text Example


Text Example

White with #B7132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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