Html Css Color HEX #B0472F Medium Carmine

📋 copy color: '#B0472F'

red 176 ◦ green 71 ◦ blue 47

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

Shades of Medium Carmine #B0472F

Tints of Medium Carmine #B0472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 59.86%
G = 24.15%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0472F (or 0xB0472F) is known color: Medium Carmine. HEX triplet: B0, 47 and 2F. RGB value is (176,71,47). Sum of RGB (Red+Green+Blue) = 176+71+47=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B0472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0472F is #4FB8D0. Grayscale: #636363. Windows color (decimal): -5224657 or 3098544. OLE color: 3098544.

HSL color Cylindrical-coordinate representation of color #B0472F: hue angle of 11.16º 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 #B0472F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 47 -
CMYK 0 0.60 0.73 0.31
HSL 11.16º 0.58% 0.44% -
HSV(B) 11.16º 0.73% 0.69% -
XYZ 20.67 13.94 4.29 -
YUV 99.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 176 71 47 0 0.60 0.73 0.31 11.16 0.58 0.44
Hex B0 47 2F 0 3C 49 1F B 3A 2C
Octal 260 107 57 0 74 111 37 13 72 54
Binary 10110000 1000111 101111 0 111100 1001001 11111 1011 111010 101100

Color Harmonies of #B0472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0472F

Black with #B0472F

Text Example


Text Example

White with #B0472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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