Html Css Color HEX #B73635 Medium Carmine

📋 copy color: '#B73635'

red 183 ◦ green 54 ◦ blue 53

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

Shades of Medium Carmine #B73635

Tints of Medium Carmine #B73635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 63.1%
G = 18.62%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B73635 (or 0xB73635) is known color: Medium Carmine. HEX triplet: B7, 36 and 35. RGB value is (183,54,53). Sum of RGB (Red+Green+Blue) = 183+54+53=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73635 is #48C9CA. Grayscale: #5C5C5C. Windows color (decimal): -4770251 or 3487415. OLE color: 3487415.

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

Color convert

RGB 183 54 53 -
CMYK 0 0.70 0.71 0.28
HSL 0.46º 0.55% 0.46% -
HSV(B) 0.46º 0.71% 0.72% -
XYZ 21.49 12.96 4.74 -
YUV 92.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 183 54 53 0 0.70 0.71 0.28 0.46 0.55 0.46
Hex B7 36 35 0 46 47 1C 0 37 2E
Octal 267 66 65 0 106 107 34 0 67 56
Binary 10110111 110110 110101 0 1000110 1000111 11100 0 110111 101110

Color Harmonies of #B73635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73635

Black with #B73635

Text Example


Text Example

White with #B73635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73635; }

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

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

background-color css

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

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

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

border-color css

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

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

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