Html Css Color HEX #B73E2E Medium Carmine

📋 copy color: '#B73E2E'

red 183 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #B73E2E

Tints of Medium Carmine #B73E2E

RGB

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

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

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

R = 62.89%
G = 21.31%
B = 15.81%

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

#B73E2E (or 0xB73E2E) is known color: Medium Carmine. HEX triplet: B7, 3E and 2E. RGB value is (183,62,46). Sum of RGB (Red+Green+Blue) = 183+62+46=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E2E is #48C1D1. Grayscale: #606060. Windows color (decimal): -4768210 or 3030711. OLE color: 3030711.

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

Color convert

RGB 183 62 46 -
CMYK 0 0.66 0.75 0.28
HSL 7.01º 0.6% 0.45% -
HSV(B) 7.01º 0.75% 0.72% -
XYZ 21.74 13.71 4.08 -
YUV 96.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 183 62 46 0 0.66 0.75 0.28 7.01 0.6 0.45
Hex B7 3E 2E 0 42 4B 1C 7 3C 2D
Octal 267 76 56 0 102 113 34 7 74 55
Binary 10110111 111110 101110 0 1000010 1001011 11100 111 111100 101101

Color Harmonies of #B73E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E2E

Black with #B73E2E

Text Example


Text Example

White with #B73E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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