Html Css Color HEX #B03527 Medium Carmine

📋 copy color: '#B03527'

red 176 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #B03527

Tints of Medium Carmine #B03527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

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

R = 65.67%
G = 19.78%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03527 (or 0xB03527) is known color: Medium Carmine. HEX triplet: B0, 35 and 27. RGB value is (176,53,39). Sum of RGB (Red+Green+Blue) = 176+53+39=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B03527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03527 is #4FCAD8. Grayscale: #585858. Windows color (decimal): -5229273 or 2569648. OLE color: 2569648.

HSL color Cylindrical-coordinate representation of color #B03527: hue angle of 6.13º 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 #B03527 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 39 -
CMYK 0 0.70 0.78 0.31
HSL 6.13º 0.64% 0.42% -
HSV(B) 6.13º 0.78% 0.69% -
XYZ 19.54 11.92 3.19 -
YUV 88.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 176 53 39 0 0.70 0.78 0.31 6.13 0.64 0.42
Hex B0 35 27 0 46 4E 1F 6 40 2A
Octal 260 65 47 0 106 116 37 6 100 52
Binary 10110000 110101 100111 0 1000110 1001110 11111 110 1000000 101010

Color Harmonies of #B03527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03527

Black with #B03527

Text Example


Text Example

White with #B03527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03527; }

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

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

background-color css

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

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

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

border-color css

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

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

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