Html Css Color HEX #B71936 Cardinal

📋 copy color: '#B71936'

red 183 ◦ green 25 ◦ blue 54

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

Shades of Cardinal #B71936

Tints of Cardinal #B71936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 69.85%
G = 9.54%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71936 (or 0xB71936) is known color: Cardinal. HEX triplet: B7, 19 and 36. RGB value is (183,25,54). Sum of RGB (Red+Green+Blue) = 183+25+54=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B71936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71936 is #48E6C9. Grayscale: #4B4B4B. Windows color (decimal): -4777674 or 3545527. OLE color: 3545527.

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

Color convert

RGB 183 25 54 -
CMYK 0 0.86 0.70 0.28
HSL 348.99º 0.76% 0.41% -
HSV(B) 348.99º 0.86% 0.72% -
XYZ 20.54 11.03 4.54 -
YUV 75.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 183 25 54 0 0.86 0.70 0.28 348.99 0.76 0.41
Hex B7 19 36 0 56 46 1C 15D 4C 29
Octal 267 31 66 0 126 106 34 535 114 51
Binary 10110111 11001 110110 0 1010110 1000110 11100 101011101 1001100 101001

Color Harmonies of #B71936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71936

Black with #B71936

Text Example


Text Example

White with #B71936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71936; }

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

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

background-color css

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

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

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

border-color css

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

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

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