Html Css Color HEX #B03C23 Medium Carmine

📋 copy color: '#B03C23'

red 176 ◦ green 60 ◦ blue 35

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

Shades of Medium Carmine #B03C23

Tints of Medium Carmine #B03C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 64.94%
G = 22.14%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03C23 (or 0xB03C23) is known color: Medium Carmine. HEX triplet: B0, 3C and 23. RGB value is (176,60,35). Sum of RGB (Red+Green+Blue) = 176+60+35=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03C23 is #4FC3DC. Grayscale: #5C5C5C. Windows color (decimal): -5227485 or 2309296. OLE color: 2309296.

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

Color convert

RGB 176 60 35 -
CMYK 0 0.66 0.80 0.31
HSL 10.64º 0.67% 0.41% -
HSV(B) 10.64º 0.8% 0.69% -
XYZ 19.82 12.58 2.97 -
YUV 91.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 176 60 35 0 0.66 0.80 0.31 10.64 0.67 0.41
Hex B0 3C 23 0 42 50 1F B 43 29
Octal 260 74 43 0 102 120 37 13 103 51
Binary 10110000 111100 100011 0 1000010 1010000 11111 1011 1000011 101001

Color Harmonies of #B03C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C23

Black with #B03C23

Text Example


Text Example

White with #B03C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C23; }

 p { color: rgb(176,60,35); }

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

background-color css

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

 a { background-color: rgb(176,60,35); }

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

border-color css

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

 span { border-color: rgb(176,60,35); }

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