Html Css Color HEX #B71132 Cardinal

📋 copy color: '#B71132'

red 183 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #B71132

Tints of Cardinal #B71132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 50 (19.92% from 255) = 20%

R = 73.2%
G = 6.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71132 (or 0xB71132) is known color: Cardinal. HEX triplet: B7, 11 and 32. RGB value is (183,17,50). Sum of RGB (Red+Green+Blue) = 183+17+50=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B71132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71132 is #48EECD. Grayscale: #464646. Windows color (decimal): -4779726 or 3281335. OLE color: 3281335.

HSL color Cylindrical-coordinate representation of color #B71132: hue angle of 348.07º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71132 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 50 -
CMYK 0 0.91 0.73 0.28
HSL 348.07º 0.83% 0.39% -
HSV(B) 348.07º 0.91% 0.72% -
XYZ 20.3 10.7 4.01 -
YUV 70.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 183 17 50 0 0.91 0.73 0.28 348.07 0.83 0.39
Hex B7 11 32 0 5B 49 1C 15C 53 27
Octal 267 21 62 0 133 111 34 534 123 47
Binary 10110111 10001 110010 0 1011011 1001001 11100 101011100 1010011 100111

Color Harmonies of #B71132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71132

Black with #B71132

Text Example


Text Example

White with #B71132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71132; }

 p { color: rgb(183,17,50); }

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

background-color css

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

 a { background-color: rgb(183,17,50); }

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

border-color css

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

 span { border-color: rgb(183,17,50); }

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