Html Css Color HEX #B7132F Cardinal

📋 copy color: '#B7132F'

red 183 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #B7132F

Tints of Cardinal #B7132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 73.49%
G = 7.63%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7132F (or 0xB7132F) is known color: Cardinal. HEX triplet: B7, 13 and 2F. RGB value is (183,19,47). Sum of RGB (Red+Green+Blue) = 183+19+47=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7132F is #48ECD0. Grayscale: #474747. Windows color (decimal): -4779217 or 3085239. OLE color: 3085239.

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

Color convert

RGB 183 19 47 -
CMYK 0 0.90 0.74 0.28
HSL 349.76º 0.81% 0.4% -
HSV(B) 349.76º 0.9% 0.72% -
XYZ 20.27 10.74 3.69 -
YUV 71.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 183 19 47 0 0.90 0.74 0.28 349.76 0.81 0.4
Hex B7 13 2F 0 5A 4A 1C 15E 51 28
Octal 267 23 57 0 132 112 34 536 121 50
Binary 10110111 10011 101111 0 1011010 1001010 11100 101011110 1010001 101000

Color Harmonies of #B7132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7132F

Black with #B7132F

Text Example


Text Example

White with #B7132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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