Html Css Color HEX #B0403D Medium Carmine

📋 copy color: '#B0403D'

red 176 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #B0403D

Tints of Medium Carmine #B0403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 58.47%
G = 21.26%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0403D (or 0xB0403D) is known color: Medium Carmine. HEX triplet: B0, 40 and 3D. RGB value is (176,64,61). Sum of RGB (Red+Green+Blue) = 176+64+61=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403D is #4FBFC2. Grayscale: #616161. Windows color (decimal): -5226435 or 4014256. OLE color: 4014256.

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

Color convert

RGB 176 64 61 -
CMYK 0 0.64 0.65 0.31
HSL 1.57º 0.49% 0.46% -
HSV(B) 1.57º 0.65% 0.69% -
XYZ 20.58 13.23 5.88 -
YUV 97.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 176 64 61 0 0.64 0.65 0.31 1.57 0.49 0.46
Hex B0 40 3D 0 40 41 1F 2 31 2E
Octal 260 100 75 0 100 101 37 2 61 56
Binary 10110000 1000000 111101 0 1000000 1000001 11111 10 110001 101110

Color Harmonies of #B0403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0403D

Black with #B0403D

Text Example


Text Example

White with #B0403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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