Html Css Color HEX #B71E32 Cardinal

📋 copy color: '#B71E32'

red 183 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #B71E32

Tints of Cardinal #B71E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

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

R = 69.58%
G = 11.41%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71E32 (or 0xB71E32) is known color: Cardinal. HEX triplet: B7, 1E and 32. RGB value is (183,30,50). Sum of RGB (Red+Green+Blue) = 183+30+50=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E32 is #48E1CD. Grayscale: #4E4E4E. Windows color (decimal): -4776398 or 3284663. OLE color: 3284663.

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

Color convert

RGB 183 30 50 -
CMYK 0 0.84 0.73 0.28
HSL 352.16º 0.72% 0.42% -
HSV(B) 352.16º 0.84% 0.72% -
XYZ 20.57 11.23 4.1 -
YUV 78.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 183 30 50 0 0.84 0.73 0.28 352.16 0.72 0.42
Hex B7 1E 32 0 54 49 1C 160 48 2A
Octal 267 36 62 0 124 111 34 540 110 52
Binary 10110111 11110 110010 0 1010100 1001001 11100 101100000 1001000 101010

Color Harmonies of #B71E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E32

Black with #B71E32

Text Example


Text Example

White with #B71E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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