Html Css Color HEX #B73C33 Medium Carmine

📋 copy color: '#B73C33'

red 183 ◦ green 60 ◦ blue 51

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

Shades of Medium Carmine #B73C33

Tints of Medium Carmine #B73C33

RGB

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

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

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

R = 62.24%
G = 20.41%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B73C33 (or 0xB73C33) is known color: Medium Carmine. HEX triplet: B7, 3C and 33. RGB value is (183,60,51). Sum of RGB (Red+Green+Blue) = 183+60+51=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C33 is #48C3CC. Grayscale: #5F5F5F. Windows color (decimal): -4768717 or 3357879. OLE color: 3357879.

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

Color convert

RGB 183 60 51 -
CMYK 0 0.67 0.72 0.28
HSL 4.09º 0.56% 0.46% -
HSV(B) 4.09º 0.72% 0.72% -
XYZ 21.74 13.54 4.6 -
YUV 95.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 183 60 51 0 0.67 0.72 0.28 4.09 0.56 0.46
Hex B7 3C 33 0 43 48 1C 4 38 2E
Octal 267 74 63 0 103 110 34 4 70 56
Binary 10110111 111100 110011 0 1000011 1001000 11100 100 111000 101110

Color Harmonies of #B73C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C33

Black with #B73C33

Text Example


Text Example

White with #B73C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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