Html Css Color HEX #B44632 Medium Carmine

📋 copy color: '#B44632'

red 180 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #B44632

Tints of Medium Carmine #B44632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 60%
G = 23.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44632 (or 0xB44632) is known color: Medium Carmine. HEX triplet: B4, 46 and 32. RGB value is (180,70,50). Sum of RGB (Red+Green+Blue) = 180+70+50=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44632 is #4BB9CD. Grayscale: #646464. Windows color (decimal): -4962766 or 3294900. OLE color: 3294900.

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

Color convert

RGB 180 70 50 -
CMYK 0 0.61 0.72 0.29
HSL 9.23º 0.57% 0.45% -
HSV(B) 9.23º 0.72% 0.71% -
XYZ 21.59 14.31 4.64 -
YUV 100.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 180 70 50 0 0.61 0.72 0.29 9.23 0.57 0.45
Hex B4 46 32 0 3D 48 1D 9 39 2D
Octal 264 106 62 0 75 110 35 11 71 55
Binary 10110100 1000110 110010 0 111101 1001000 11101 1001 111001 101101

Color Harmonies of #B44632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44632

Black with #B44632

Text Example


Text Example

White with #B44632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44632; }

 p { color: rgb(180,70,50); }

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

background-color css

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

 a { background-color: rgb(180,70,50); }

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

border-color css

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

 span { border-color: rgb(180,70,50); }

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