Html Css Color HEX #B72935 Cardinal

📋 copy color: '#B72935'

red 183 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #B72935

Tints of Cardinal #B72935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 66.06%
G = 14.8%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B72935 (or 0xB72935) is known color: Cardinal. HEX triplet: B7, 29 and 35. RGB value is (183,41,53). Sum of RGB (Red+Green+Blue) = 183+41+53=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B72935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72935 is #48D6CA. Grayscale: #545454. Windows color (decimal): -4773579 or 3484087. OLE color: 3484087.

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

Color convert

RGB 183 41 53 -
CMYK 0 0.78 0.71 0.28
HSL 354.93º 0.63% 0.44% -
HSV(B) 354.93º 0.78% 0.72% -
XYZ 20.96 11.91 4.56 -
YUV 84.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 183 41 53 0 0.78 0.71 0.28 354.93 0.63 0.44
Hex B7 29 35 0 4E 47 1C 163 3F 2C
Octal 267 51 65 0 116 107 34 543 77 54
Binary 10110111 101001 110101 0 1001110 1000111 11100 101100011 111111 101100

Color Harmonies of #B72935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72935

Black with #B72935

Text Example


Text Example

White with #B72935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72935; }

 p { color: rgb(183,41,53); }

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

background-color css

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

 a { background-color: rgb(183,41,53); }

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

border-color css

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

 span { border-color: rgb(183,41,53); }

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