Html Css Color HEX #B72733 Cardinal

📋 copy color: '#B72733'

red 183 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #B72733

Tints of Cardinal #B72733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 67.03%
G = 14.29%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B72733 (or 0xB72733) is known color: Cardinal. HEX triplet: B7, 27 and 33. RGB value is (183,39,51). Sum of RGB (Red+Green+Blue) = 183+39+51=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B72733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72733 is #48D8CC. Grayscale: #535353. Windows color (decimal): -4774093 or 3352503. OLE color: 3352503.

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

Color convert

RGB 183 39 51 -
CMYK 0 0.79 0.72 0.28
HSL 355º 0.65% 0.44% -
HSV(B) 355º 0.79% 0.72% -
XYZ 20.85 11.76 4.3 -
YUV 83.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 183 39 51 0 0.79 0.72 0.28 355 0.65 0.44
Hex B7 27 33 0 4F 48 1C 163 41 2C
Octal 267 47 63 0 117 110 34 543 101 54
Binary 10110111 100111 110011 0 1001111 1001000 11100 101100011 1000001 101100

Color Harmonies of #B72733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72733

Black with #B72733

Text Example


Text Example

White with #B72733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72733; }

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

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

background-color css

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

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

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

border-color css

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

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

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