Html Css Color HEX #B0413F Medium Carmine

📋 copy color: '#B0413F'

red 176 ◦ green 65 ◦ blue 63

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

Shades of Medium Carmine #B0413F

Tints of Medium Carmine #B0413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 57.89%
G = 21.38%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0413F (or 0xB0413F) is known color: Medium Carmine. HEX triplet: B0, 41 and 3F. RGB value is (176,65,63). Sum of RGB (Red+Green+Blue) = 176+65+63=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0413F is #4FBEC0. Grayscale: #626262. Windows color (decimal): -5226177 or 4145584. OLE color: 4145584.

HSL color Cylindrical-coordinate representation of color #B0413F: hue angle of 1.06º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0413F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 63 -
CMYK 0 0.63 0.64 0.31
HSL 1.06º 0.47% 0.47% -
HSV(B) 1.06º 0.64% 0.69% -
XYZ 20.69 13.37 6.19 -
YUV 97.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 176 65 63 0 0.63 0.64 0.31 1.06 0.47 0.47
Hex B0 41 3F 0 3F 40 1F 1 2F 2F
Octal 260 101 77 0 77 100 37 1 57 57
Binary 10110000 1000001 111111 0 111111 1000000 11111 1 101111 101111

Color Harmonies of #B0413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0413F

Black with #B0413F

Text Example


Text Example

White with #B0413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0413F; }

 p { color: rgb(176,65,63); }

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

background-color css

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

 a { background-color: rgb(176,65,63); }

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

border-color css

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

 span { border-color: rgb(176,65,63); }

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