Html Css Color HEX #B73B2E Medium Carmine

📋 copy color: '#B73B2E'

red 183 ◦ green 59 ◦ blue 46

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

Shades of Medium Carmine #B73B2E

Tints of Medium Carmine #B73B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 63.54%
G = 20.49%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B73B2E (or 0xB73B2E) is known color: Medium Carmine. HEX triplet: B7, 3B and 2E. RGB value is (183,59,46). Sum of RGB (Red+Green+Blue) = 183+59+46=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B2E is #48C4D1. Grayscale: #5E5E5E. Windows color (decimal): -4768978 or 3029943. OLE color: 3029943.

HSL color Cylindrical-coordinate representation of color #B73B2E: hue angle of 5.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73B2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 46 -
CMYK 0 0.68 0.75 0.28
HSL 5.69º 0.6% 0.45% -
HSV(B) 5.69º 0.75% 0.72% -
XYZ 21.59 13.39 4.03 -
YUV 94.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 183 59 46 0 0.68 0.75 0.28 5.69 0.6 0.45
Hex B7 3B 2E 0 44 4B 1C 6 3C 2D
Octal 267 73 56 0 104 113 34 6 74 55
Binary 10110111 111011 101110 0 1000100 1001011 11100 110 111100 101101

Color Harmonies of #B73B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B2E

Black with #B73B2E

Text Example


Text Example

White with #B73B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B2E; }

 p { color: rgb(183,59,46); }

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

background-color css

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

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

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

border-color css

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

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

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