Html Css Color HEX #B4413A Medium Carmine

📋 copy color: '#B4413A'

red 180 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B4413A

Tints of Medium Carmine #B4413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 59.41%
G = 21.45%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4413A (or 0xB4413A) is known color: Medium Carmine. HEX triplet: B4, 41 and 3A. RGB value is (180,65,58). Sum of RGB (Red+Green+Blue) = 180+65+58=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B4413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4413A is #4BBEC5. Grayscale: #626262. Windows color (decimal): -4964038 or 3817908. OLE color: 3817908.

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

Color convert

RGB 180 65 58 -
CMYK 0 0.64 0.68 0.29
HSL 3.44º 0.51% 0.47% -
HSV(B) 3.44º 0.68% 0.71% -
XYZ 21.48 13.79 5.53 -
YUV 98.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 180 65 58 0 0.64 0.68 0.29 3.44 0.51 0.47
Hex B4 41 3A 0 40 44 1D 3 33 2F
Octal 264 101 72 0 100 104 35 3 63 57
Binary 10110100 1000001 111010 0 1000000 1000100 11101 11 110011 101111

Color Harmonies of #B4413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4413A

Black with #B4413A

Text Example


Text Example

White with #B4413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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