Html Css Color HEX #B73D2D Medium Carmine

📋 copy color: '#B73D2D'

red 183 ◦ green 61 ◦ blue 45

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

Shades of Medium Carmine #B73D2D

Tints of Medium Carmine #B73D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

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

R = 63.32%
G = 21.11%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B73D2D (or 0xB73D2D) is known color: Medium Carmine. HEX triplet: B7, 3D and 2D. RGB value is (183,61,45). Sum of RGB (Red+Green+Blue) = 183+61+45=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D2D is #48C2D2. Grayscale: #5F5F5F. Windows color (decimal): -4768467 or 2964919. OLE color: 2964919.

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

Color convert

RGB 183 61 45 -
CMYK 0 0.67 0.75 0.28
HSL 6.96º 0.61% 0.45% -
HSV(B) 6.96º 0.75% 0.72% -
XYZ 21.67 13.59 3.96 -
YUV 95.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 183 61 45 0 0.67 0.75 0.28 6.96 0.61 0.45
Hex B7 3D 2D 0 43 4B 1C 7 3D 2D
Octal 267 75 55 0 103 113 34 7 75 55
Binary 10110111 111101 101101 0 1000011 1001011 11100 111 111101 101101

Color Harmonies of #B73D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D2D

Black with #B73D2D

Text Example


Text Example

White with #B73D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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