Html Css Color HEX #B73935 Medium Carmine

📋 copy color: '#B73935'

red 183 ◦ green 57 ◦ blue 53

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

Shades of Medium Carmine #B73935

Tints of Medium Carmine #B73935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 62.46%
G = 19.45%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B73935 (or 0xB73935) is known color: Medium Carmine. HEX triplet: B7, 39 and 35. RGB value is (183,57,53). Sum of RGB (Red+Green+Blue) = 183+57+53=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B73935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73935 is #48C6CA. Grayscale: #5E5E5E. Windows color (decimal): -4769483 or 3488183. OLE color: 3488183.

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

Color convert

RGB 183 57 53 -
CMYK 0 0.69 0.71 0.28
HSL 1.85º 0.55% 0.46% -
HSV(B) 1.85º 0.71% 0.72% -
XYZ 21.63 13.25 4.79 -
YUV 94.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 183 57 53 0 0.69 0.71 0.28 1.85 0.55 0.46
Hex B7 39 35 0 45 47 1C 2 37 2E
Octal 267 71 65 0 105 107 34 2 67 56
Binary 10110111 111001 110101 0 1000101 1000111 11100 10 110111 101110

Color Harmonies of #B73935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73935

Black with #B73935

Text Example


Text Example

White with #B73935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73935; }

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

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

background-color css

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

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

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

border-color css

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

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

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