Html Css Color HEX #B44434 Medium Carmine

📋 copy color: '#B44434'

red 180 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #B44434

Tints of Medium Carmine #B44434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 60%
G = 22.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B44434 (or 0xB44434) is known color: Medium Carmine. HEX triplet: B4, 44 and 34. RGB value is (180,68,52). Sum of RGB (Red+Green+Blue) = 180+68+52=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44434 is #4BBBCB. Grayscale: #636363. Windows color (decimal): -4963276 or 3425460. OLE color: 3425460.

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

Color convert

RGB 180 68 52 -
CMYK 0 0.62 0.71 0.29
HSL 7.5º 0.55% 0.45% -
HSV(B) 7.5º 0.71% 0.71% -
XYZ 21.51 14.09 4.83 -
YUV 99.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 180 68 52 0 0.62 0.71 0.29 7.5 0.55 0.45
Hex B4 44 34 0 3E 47 1D 8 37 2D
Octal 264 104 64 0 76 107 35 10 67 55
Binary 10110100 1000100 110100 0 111110 1000111 11101 1000 110111 101101

Color Harmonies of #B44434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44434

Black with #B44434

Text Example


Text Example

White with #B44434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44434; }

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

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

background-color css

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

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

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

border-color css

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

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

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