Html Css Color HEX #B0413C Medium Carmine

📋 copy color: '#B0413C'

red 176 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #B0413C

Tints of Medium Carmine #B0413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 58.47%
G = 21.59%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0413C (or 0xB0413C) is known color: Medium Carmine. HEX triplet: B0, 41 and 3C. RGB value is (176,65,60). Sum of RGB (Red+Green+Blue) = 176+65+60=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0413C is #4FBEC3. Grayscale: #616161. Windows color (decimal): -5226180 or 3948976. OLE color: 3948976.

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

Color convert

RGB 176 65 60 -
CMYK 0 0.63 0.66 0.31
HSL 2.59º 0.49% 0.46% -
HSV(B) 2.59º 0.66% 0.69% -
XYZ 20.61 13.34 5.76 -
YUV 97.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 176 65 60 0 0.63 0.66 0.31 2.59 0.49 0.46
Hex B0 41 3C 0 3F 42 1F 3 31 2E
Octal 260 101 74 0 77 102 37 3 61 56
Binary 10110000 1000001 111100 0 111111 1000010 11111 11 110001 101110

Color Harmonies of #B0413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0413C

Black with #B0413C

Text Example


Text Example

White with #B0413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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