Html Css Color HEX #B71B32 Cardinal

📋 copy color: '#B71B32'

red 183 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #B71B32

Tints of Cardinal #B71B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.38%

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

R = 70.38%
G = 10.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71B32 (or 0xB71B32) is known color: Cardinal. HEX triplet: B7, 1B and 32. RGB value is (183,27,50). Sum of RGB (Red+Green+Blue) = 183+27+50=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B32 is #48E4CD. Grayscale: #4C4C4C. Windows color (decimal): -4777166 or 3283895. OLE color: 3283895.

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

Color convert

RGB 183 27 50 -
CMYK 0 0.85 0.73 0.28
HSL 351.15º 0.74% 0.41% -
HSV(B) 351.15º 0.85% 0.72% -
XYZ 20.5 11.08 4.08 -
YUV 76.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 183 27 50 0 0.85 0.73 0.28 351.15 0.74 0.41
Hex B7 1B 32 0 55 49 1C 15F 4A 29
Octal 267 33 62 0 125 111 34 537 112 51
Binary 10110111 11011 110010 0 1010101 1001001 11100 101011111 1001010 101001

Color Harmonies of #B71B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B32

Black with #B71B32

Text Example


Text Example

White with #B71B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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