Html Css Color HEX #B73535 Medium Carmine

📋 copy color: '#B73535'

red 183 ◦ green 53 ◦ blue 53

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

Shades of Medium Carmine #B73535

Tints of Medium Carmine #B73535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 63.32%
G = 18.34%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B73535 (or 0xB73535) is known color: Medium Carmine. HEX triplet: B7, 35 and 35. RGB value is (183,53,53). Sum of RGB (Red+Green+Blue) = 183+53+53=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73535 is #48CACA. Grayscale: #5C5C5C. Windows color (decimal): -4770507 or 3487159. OLE color: 3487159.

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

Color convert

RGB 183 53 53 -
CMYK 0 0.71 0.71 0.28
HSL 0.55% 0.46% -
HSV(B) 0.71% 0.72% -
XYZ 21.44 12.87 4.72 -
YUV 91.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 183 53 53 0 0.71 0.71 0.28 0 0.55 0.46
Hex B7 35 35 0 47 47 1C 0 37 2E
Octal 267 65 65 0 107 107 34 0 67 56
Binary 10110111 110101 110101 0 1000111 1000111 11100 0 110111 101110

Color Harmonies of #B73535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73535

Black with #B73535

Text Example


Text Example

White with #B73535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73535; }

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

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

background-color css

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

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

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

border-color css

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

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

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