Html Css Color HEX #B03727 Medium Carmine

📋 copy color: '#B03727'

red 176 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #B03727

Tints of Medium Carmine #B03727

RGB

 RED value IS 176 (69.14% from 255) = 65.19%

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 65.19%
G = 20.37%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03727 (or 0xB03727) is known color: Medium Carmine. HEX triplet: B0, 37 and 27. RGB value is (176,55,39). Sum of RGB (Red+Green+Blue) = 176+55+39=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B03727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03727 is #4FC8D8. Grayscale: #595959. Windows color (decimal): -5228761 or 2570160. OLE color: 2570160.

HSL color Cylindrical-coordinate representation of color #B03727: hue angle of 7.01º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B03727 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 39 -
CMYK 0 0.69 0.78 0.31
HSL 7.01º 0.64% 0.42% -
HSV(B) 7.01º 0.78% 0.69% -
XYZ 19.64 12.11 3.22 -
YUV 89.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 176 55 39 0 0.69 0.78 0.31 7.01 0.64 0.42
Hex B0 37 27 0 45 4E 1F 7 40 2A
Octal 260 67 47 0 105 116 37 7 100 52
Binary 10110000 110111 100111 0 1000101 1001110 11111 111 1000000 101010

Color Harmonies of #B03727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03727

Black with #B03727

Text Example


Text Example

White with #B03727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03727; }

 p { color: rgb(176,55,39); }

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

background-color css

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

 a { background-color: rgb(176,55,39); }

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

border-color css

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

 span { border-color: rgb(176,55,39); }

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