Html Css Color HEX #B73329 Medium Carmine

📋 copy color: '#B73329'

red 183 ◦ green 51 ◦ blue 41

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

Shades of Medium Carmine #B73329

Tints of Medium Carmine #B73329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 66.55%
G = 18.55%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73329 (or 0xB73329) is known color: Medium Carmine. HEX triplet: B7, 33 and 29. RGB value is (183,51,41). Sum of RGB (Red+Green+Blue) = 183+51+41=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73329 is #48CCD6. Grayscale: #595959. Windows color (decimal): -4771031 or 2700215. OLE color: 2700215.

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

Color convert

RGB 183 51 41 -
CMYK 0 0.72 0.78 0.28
HSL 4.23º 0.63% 0.44% -
HSV(B) 4.23º 0.78% 0.72% -
XYZ 21.11 12.6 3.42 -
YUV 89.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 183 51 41 0 0.72 0.78 0.28 4.23 0.63 0.44
Hex B7 33 29 0 48 4E 1C 4 3F 2C
Octal 267 63 51 0 110 116 34 4 77 54
Binary 10110111 110011 101001 0 1001000 1001110 11100 100 111111 101100

Color Harmonies of #B73329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73329

Black with #B73329

Text Example


Text Example

White with #B73329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73329; }

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

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

background-color css

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

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

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

border-color css

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

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

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