Html Css Color HEX #B73C35 Medium Carmine

📋 copy color: '#B73C35'

red 183 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #B73C35

Tints of Medium Carmine #B73C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 61.82%
G = 20.27%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B73C35 (or 0xB73C35) is known color: Medium Carmine. HEX triplet: B7, 3C and 35. RGB value is (183,60,53). Sum of RGB (Red+Green+Blue) = 183+60+53=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C35 is #48C3CA. Grayscale: #606060. Windows color (decimal): -4768715 or 3488951. OLE color: 3488951.

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

Color convert

RGB 183 60 53 -
CMYK 0 0.67 0.71 0.28
HSL 3.23º 0.55% 0.46% -
HSV(B) 3.23º 0.71% 0.72% -
XYZ 21.79 13.56 4.84 -
YUV 95.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 183 60 53 0 0.67 0.71 0.28 3.23 0.55 0.46
Hex B7 3C 35 0 43 47 1C 3 37 2E
Octal 267 74 65 0 103 107 34 3 67 56
Binary 10110111 111100 110101 0 1000011 1000111 11100 11 110111 101110

Color Harmonies of #B73C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C35

Black with #B73C35

Text Example


Text Example

White with #B73C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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