Html Css Color HEX #B03A2F Medium Carmine

📋 copy color: '#B03A2F'

red 176 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #B03A2F

Tints of Medium Carmine #B03A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 62.63%
G = 20.64%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B03A2F (or 0xB03A2F) is known color: Medium Carmine. HEX triplet: B0, 3A and 2F. RGB value is (176,58,47). Sum of RGB (Red+Green+Blue) = 176+58+47=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A2F is #4FC5D0. Grayscale: #5C5C5C. Windows color (decimal): -5227985 or 3095216. OLE color: 3095216.

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

Color convert

RGB 176 58 47 -
CMYK 0 0.67 0.73 0.31
HSL 5.12º 0.58% 0.44% -
HSV(B) 5.12º 0.73% 0.69% -
XYZ 19.93 12.46 4.04 -
YUV 92.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 176 58 47 0 0.67 0.73 0.31 5.12 0.58 0.44
Hex B0 3A 2F 0 43 49 1F 5 3A 2C
Octal 260 72 57 0 103 111 37 5 72 54
Binary 10110000 111010 101111 0 1000011 1001001 11111 101 111010 101100

Color Harmonies of #B03A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A2F

Black with #B03A2F

Text Example


Text Example

White with #B03A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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