Html Css Color HEX #B72834 Cardinal

📋 copy color: '#B72834'

red 183 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #B72834

Tints of Cardinal #B72834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 66.55%
G = 14.55%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B72834 (or 0xB72834) is known color: Cardinal. HEX triplet: B7, 28 and 34. RGB value is (183,40,52). Sum of RGB (Red+Green+Blue) = 183+40+52=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B72834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72834 is #48D7CB. Grayscale: #545454. Windows color (decimal): -4773836 or 3418295. OLE color: 3418295.

HSL color Cylindrical-coordinate representation of color #B72834: hue angle of 354.97º degrees, saturation: 0.64, 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 #B72834 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 52 -
CMYK 0 0.78 0.72 0.28
HSL 354.97º 0.64% 0.44% -
HSV(B) 354.97º 0.78% 0.72% -
XYZ 20.91 11.83 4.43 -
YUV 84.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 183 40 52 0 0.78 0.72 0.28 354.97 0.64 0.44
Hex B7 28 34 0 4E 48 1C 163 40 2C
Octal 267 50 64 0 116 110 34 543 100 54
Binary 10110111 101000 110100 0 1001110 1001000 11100 101100011 1000000 101100

Color Harmonies of #B72834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72834

Black with #B72834

Text Example


Text Example

White with #B72834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72834; }

 p { color: rgb(183,40,52); }

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

background-color css

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

 a { background-color: rgb(183,40,52); }

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

border-color css

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

 span { border-color: rgb(183,40,52); }

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