Html Css Color HEX #B0403C Medium Carmine

📋 copy color: '#B0403C'

red 176 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B0403C

Tints of Medium Carmine #B0403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 58.67%
G = 21.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0403C (or 0xB0403C) is known color: Medium Carmine. HEX triplet: B0, 40 and 3C. RGB value is (176,64,60). Sum of RGB (Red+Green+Blue) = 176+64+60=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403C is #4FBFC3. Grayscale: #616161. Windows color (decimal): -5226436 or 3948720. OLE color: 3948720.

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

Color convert

RGB 176 64 60 -
CMYK 0 0.64 0.66 0.31
HSL 2.07º 0.49% 0.46% -
HSV(B) 2.07º 0.66% 0.69% -
XYZ 20.55 13.22 5.74 -
YUV 97.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 176 64 60 0 0.64 0.66 0.31 2.07 0.49 0.46
Hex B0 40 3C 0 40 42 1F 2 31 2E
Octal 260 100 74 0 100 102 37 2 61 56
Binary 10110000 1000000 111100 0 1000000 1000010 11111 10 110001 101110

Color Harmonies of #B0403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0403C

Black with #B0403C

Text Example


Text Example

White with #B0403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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