Html Css Color HEX #B4413E Medium Carmine

📋 copy color: '#B4413E'

red 180 ◦ green 65 ◦ blue 62

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

Shades of Medium Carmine #B4413E

Tints of Medium Carmine #B4413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 58.63%
G = 21.17%
B = 20.2%

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

#B4413E (or 0xB4413E) is known color: Medium Carmine. HEX triplet: B4, 41 and 3E. RGB value is (180,65,62). Sum of RGB (Red+Green+Blue) = 180+65+62=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4413E is #4BBEC1. Grayscale: #636363. Windows color (decimal): -4964034 or 4080052. OLE color: 4080052.

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

Color convert

RGB 180 65 62 -
CMYK 0 0.64 0.66 0.29
HSL 1.53º 0.49% 0.47% -
HSV(B) 1.53º 0.66% 0.71% -
XYZ 21.58 13.83 6.09 -
YUV 99.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 180 65 62 0 0.64 0.66 0.29 1.53 0.49 0.47
Hex B4 41 3E 0 40 42 1D 2 31 2F
Octal 264 101 76 0 100 102 35 2 61 57
Binary 10110100 1000001 111110 0 1000000 1000010 11101 10 110001 101111

Color Harmonies of #B4413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4413E

Black with #B4413E

Text Example


Text Example

White with #B4413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4413E; }

 p { color: rgb(180,65,62); }

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

background-color css

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

 a { background-color: rgb(180,65,62); }

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

border-color css

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

 span { border-color: rgb(180,65,62); }

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