Html Css Color HEX #B03C2D Medium Carmine

📋 copy color: '#B03C2D'

red 176 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #B03C2D

Tints of Medium Carmine #B03C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 62.63%
G = 21.35%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B03C2D (or 0xB03C2D) is known color: Medium Carmine. HEX triplet: B0, 3C and 2D. RGB value is (176,60,45). Sum of RGB (Red+Green+Blue) = 176+60+45=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03C2D is #4FC3D2. Grayscale: #5D5D5D. Windows color (decimal): -5227475 or 2964656. OLE color: 2964656.

HSL color Cylindrical-coordinate representation of color #B03C2D: hue angle of 6.87º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03C2D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 60 45 -
CMYK 0 0.66 0.74 0.31
HSL 6.87º 0.59% 0.43% -
HSV(B) 6.87º 0.74% 0.69% -
XYZ 19.99 12.65 3.87 -
YUV 92.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 176 60 45 0 0.66 0.74 0.31 6.87 0.59 0.43
Hex B0 3C 2D 0 42 4A 1F 7 3B 2B
Octal 260 74 55 0 102 112 37 7 73 53
Binary 10110000 111100 101101 0 1000010 1001010 11111 111 111011 101011

Color Harmonies of #B03C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C2D

Black with #B03C2D

Text Example


Text Example

White with #B03C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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