Html Css Color HEX #B4403D Medium Carmine

📋 copy color: '#B4403D'

red 180 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #B4403D

Tints of Medium Carmine #B4403D

RGB

 RED value IS 180 (70.7% from 255) = 59.02%

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

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

R = 59.02%
G = 20.98%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4403D (or 0xB4403D) is known color: Medium Carmine. HEX triplet: B4, 40 and 3D. RGB value is (180,64,61). Sum of RGB (Red+Green+Blue) = 180+64+61=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4403D is #4BBFC2. Grayscale: #626262. Windows color (decimal): -4964291 or 4014260. OLE color: 4014260.

HSL color Cylindrical-coordinate representation of color #B4403D: hue angle of 1.51º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4403D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 61 -
CMYK 0 0.64 0.66 0.29
HSL 1.51º 0.49% 0.47% -
HSV(B) 1.51º 0.66% 0.71% -
XYZ 21.5 13.71 5.93 -
YUV 98.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 180 64 61 0 0.64 0.66 0.29 1.51 0.49 0.47
Hex B4 40 3D 0 40 42 1D 2 31 2F
Octal 264 100 75 0 100 102 35 2 61 57
Binary 10110100 1000000 111101 0 1000000 1000010 11101 10 110001 101111

Color Harmonies of #B4403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4403D

Black with #B4403D

Text Example


Text Example

White with #B4403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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