Html Css Color HEX #B03A2E Medium Carmine

📋 copy color: '#B03A2E'

red 176 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #B03A2E

Tints of Medium Carmine #B03A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 62.86%
G = 20.71%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B03A2E (or 0xB03A2E) is known color: Medium Carmine. HEX triplet: B0, 3A and 2E. RGB value is (176,58,46). Sum of RGB (Red+Green+Blue) = 176+58+46=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A2E is #4FC5D1. Grayscale: #5C5C5C. Windows color (decimal): -5227986 or 3029680. OLE color: 3029680.

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

Color convert

RGB 176 58 46 -
CMYK 0 0.67 0.74 0.31
HSL 5.54º 0.59% 0.44% -
HSV(B) 5.54º 0.74% 0.69% -
XYZ 19.91 12.45 3.94 -
YUV 91.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 176 58 46 0 0.67 0.74 0.31 5.54 0.59 0.44
Hex B0 3A 2E 0 43 4A 1F 6 3B 2C
Octal 260 72 56 0 103 112 37 6 73 54
Binary 10110000 111010 101110 0 1000011 1001010 11111 110 111011 101100

Color Harmonies of #B03A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A2E

Black with #B03A2E

Text Example


Text Example

White with #B03A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A2E; }

 p { color: rgb(176,58,46); }

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

background-color css

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

 a { background-color: rgb(176,58,46); }

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

border-color css

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

 span { border-color: rgb(176,58,46); }

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