Html Css Color HEX #B44430 Medium Carmine

📋 copy color: '#B44430'

red 180 ◦ green 68 ◦ blue 48

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

Shades of Medium Carmine #B44430

Tints of Medium Carmine #B44430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 60.81%
G = 22.97%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44430 (or 0xB44430) is known color: Medium Carmine. HEX triplet: B4, 44 and 30. RGB value is (180,68,48). Sum of RGB (Red+Green+Blue) = 180+68+48=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B44430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44430 is #4BBBCF. Grayscale: #636363. Windows color (decimal): -4963280 or 3163316. OLE color: 3163316.

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

Color convert

RGB 180 68 48 -
CMYK 0 0.62 0.73 0.29
HSL 9.09º 0.58% 0.45% -
HSV(B) 9.09º 0.73% 0.71% -
XYZ 21.42 14.05 4.38 -
YUV 99.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 180 68 48 0 0.62 0.73 0.29 9.09 0.58 0.45
Hex B4 44 30 0 3E 49 1D 9 3A 2D
Octal 264 104 60 0 76 111 35 11 72 55
Binary 10110100 1000100 110000 0 111110 1001001 11101 1001 111010 101101

Color Harmonies of #B44430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44430

Black with #B44430

Text Example


Text Example

White with #B44430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44430; }

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

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

background-color css

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

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

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

border-color css

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

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

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