Html Css Color HEX #B71736 Cardinal

📋 copy color: '#B71736'

red 183 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #B71736

Tints of Cardinal #B71736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 70.38%
G = 8.85%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71736 (or 0xB71736) is known color: Cardinal. HEX triplet: B7, 17 and 36. RGB value is (183,23,54). Sum of RGB (Red+Green+Blue) = 183+23+54=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71736 is #48E8C9. Grayscale: #4A4A4A. Windows color (decimal): -4778186 or 3545015. OLE color: 3545015.

HSL color Cylindrical-coordinate representation of color #B71736: hue angle of 348.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71736 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 54 -
CMYK 0 0.87 0.70 0.28
HSL 348.38º 0.78% 0.4% -
HSV(B) 348.38º 0.87% 0.72% -
XYZ 20.5 10.95 4.52 -
YUV 74.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 183 23 54 0 0.87 0.70 0.28 348.38 0.78 0.4
Hex B7 17 36 0 57 46 1C 15C 4E 28
Octal 267 27 66 0 127 106 34 534 116 50
Binary 10110111 10111 110110 0 1010111 1000110 11100 101011100 1001110 101000

Color Harmonies of #B71736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71736

Black with #B71736

Text Example


Text Example

White with #B71736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71736; }

 p { color: rgb(183,23,54); }

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

background-color css

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

 a { background-color: rgb(183,23,54); }

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

border-color css

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

 span { border-color: rgb(183,23,54); }

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