Html Css Color HEX #B73C22 Medium Carmine

📋 copy color: '#B73C22'

red 183 ◦ green 60 ◦ blue 34

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

Shades of Medium Carmine #B73C22

Tints of Medium Carmine #B73C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 66.06%
G = 21.66%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73C22 (or 0xB73C22) is known color: Medium Carmine. HEX triplet: B7, 3C and 22. RGB value is (183,60,34). Sum of RGB (Red+Green+Blue) = 183+60+34=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C22 is #48C3DD. Grayscale: #5E5E5E. Windows color (decimal): -4768734 or 2243767. OLE color: 2243767.

HSL color Cylindrical-coordinate representation of color #B73C22: hue angle of 10.47º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B73C22 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 34 -
CMYK 0 0.67 0.81 0.28
HSL 10.47º 0.69% 0.43% -
HSV(B) 10.47º 0.81% 0.72% -
XYZ 21.43 13.41 2.97 -
YUV 93.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 183 60 34 0 0.67 0.81 0.28 10.47 0.69 0.43
Hex B7 3C 22 0 43 51 1C A 45 2B
Octal 267 74 42 0 103 121 34 12 105 53
Binary 10110111 111100 100010 0 1000011 1010001 11100 1010 1000101 101011

Color Harmonies of #B73C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C22

Black with #B73C22

Text Example


Text Example

White with #B73C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C22; }

 p { color: rgb(183,60,34); }

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

background-color css

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

 a { background-color: rgb(183,60,34); }

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

border-color css

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

 span { border-color: rgb(183,60,34); }

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