Html Css Color HEX #B73E2D Medium Carmine

📋 copy color: '#B73E2D'

red 183 ◦ green 62 ◦ blue 45

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

Shades of Medium Carmine #B73E2D

Tints of Medium Carmine #B73E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 63.1%
G = 21.38%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B73E2D (or 0xB73E2D) is known color: Medium Carmine. HEX triplet: B7, 3E and 2D. RGB value is (183,62,45). Sum of RGB (Red+Green+Blue) = 183+62+45=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E2D is #48C1D2. Grayscale: #606060. Windows color (decimal): -4768211 or 2965175. OLE color: 2965175.

HSL color Cylindrical-coordinate representation of color #B73E2D: hue angle of 7.39º degrees, saturation: 0.61, 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 #B73E2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 62 45 -
CMYK 0 0.66 0.75 0.28
HSL 7.39º 0.61% 0.45% -
HSV(B) 7.39º 0.75% 0.72% -
XYZ 21.72 13.7 3.98 -
YUV 96.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 183 62 45 0 0.66 0.75 0.28 7.39 0.61 0.45
Hex B7 3E 2D 0 42 4B 1C 7 3D 2D
Octal 267 76 55 0 102 113 34 7 75 55
Binary 10110111 111110 101101 0 1000010 1001011 11100 111 111101 101101

Color Harmonies of #B73E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E2D

Black with #B73E2D

Text Example


Text Example

White with #B73E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E2D; }

 p { color: rgb(183,62,45); }

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

background-color css

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

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

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

border-color css

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

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

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