Html Css Color HEX #B03D24 Medium Carmine

📋 copy color: '#B03D24'

red 176 ◦ green 61 ◦ blue 36

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

Shades of Medium Carmine #B03D24

Tints of Medium Carmine #B03D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 64.47%
G = 22.34%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03D24 (or 0xB03D24) is known color: Medium Carmine. HEX triplet: B0, 3D and 24. RGB value is (176,61,36). Sum of RGB (Red+Green+Blue) = 176+61+36=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D24 is #4FC2DB. Grayscale: #5C5C5C. Windows color (decimal): -5227228 or 2375088. OLE color: 2375088.

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

Color convert

RGB 176 61 36 -
CMYK 0 0.65 0.80 0.31
HSL 10.71º 0.66% 0.42% -
HSV(B) 10.71º 0.8% 0.69% -
XYZ 19.89 12.69 3.07 -
YUV 92.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 176 61 36 0 0.65 0.80 0.31 10.71 0.66 0.42
Hex B0 3D 24 0 41 50 1F B 42 2A
Octal 260 75 44 0 101 120 37 13 102 52
Binary 10110000 111101 100100 0 1000001 1010000 11111 1011 1000010 101010

Color Harmonies of #B03D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D24

Black with #B03D24

Text Example


Text Example

White with #B03D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D24; }

 p { color: rgb(176,61,36); }

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

background-color css

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

 a { background-color: rgb(176,61,36); }

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

border-color css

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

 span { border-color: rgb(176,61,36); }

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