Html Css Color HEX #B44830 Medium Carmine

📋 copy color: '#B44830'

red 180 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #B44830

Tints of Medium Carmine #B44830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 60%
G = 24%
B = 16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44830 (or 0xB44830) is known color: Medium Carmine. HEX triplet: B4, 48 and 30. RGB value is (180,72,48). Sum of RGB (Red+Green+Blue) = 180+72+48=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44830 is #4BB7CF. Grayscale: #656565. Windows color (decimal): -4962256 or 3164340. OLE color: 3164340.

HSL color Cylindrical-coordinate representation of color #B44830: hue angle of 10.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B44830 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 48 -
CMYK 0 0.60 0.73 0.29
HSL 10.91º 0.58% 0.45% -
HSV(B) 10.91º 0.73% 0.71% -
XYZ 21.67 14.55 4.46 -
YUV 101.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 180 72 48 0 0.60 0.73 0.29 10.91 0.58 0.45
Hex B4 48 30 0 3C 49 1D B 3A 2D
Octal 264 110 60 0 74 111 35 13 72 55
Binary 10110100 1001000 110000 0 111100 1001001 11101 1011 111010 101101

Color Harmonies of #B44830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44830

Black with #B44830

Text Example


Text Example

White with #B44830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44830; }

 p { color: rgb(180,72,48); }

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

background-color css

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

 a { background-color: rgb(180,72,48); }

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

border-color css

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

 span { border-color: rgb(180,72,48); }

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