Html Css Color HEX #B72731 Cardinal

📋 copy color: '#B72731'

red 183 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #B72731

Tints of Cardinal #B72731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.39%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 67.53%
G = 14.39%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72731 (or 0xB72731) is known color: Cardinal. HEX triplet: B7, 27 and 31. RGB value is (183,39,49). Sum of RGB (Red+Green+Blue) = 183+39+49=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72731 is #48D8CE. Grayscale: #535353. Windows color (decimal): -4774095 or 3221431. OLE color: 3221431.

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

Color convert

RGB 183 39 49 -
CMYK 0 0.79 0.73 0.28
HSL 355.83º 0.65% 0.44% -
HSV(B) 355.83º 0.79% 0.72% -
XYZ 20.81 11.74 4.08 -
YUV 83.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 183 39 49 0 0.79 0.73 0.28 355.83 0.65 0.44
Hex B7 27 31 0 4F 49 1C 164 41 2C
Octal 267 47 61 0 117 111 34 544 101 54
Binary 10110111 100111 110001 0 1001111 1001001 11100 101100100 1000001 101100

Color Harmonies of #B72731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72731

Black with #B72731

Text Example


Text Example

White with #B72731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72731; }

 p { color: rgb(183,39,49); }

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

background-color css

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

 a { background-color: rgb(183,39,49); }

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

border-color css

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

 span { border-color: rgb(183,39,49); }

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