Html Css Color HEX #B44134 Medium Carmine

📋 copy color: '#B44134'

red 180 ◦ green 65 ◦ blue 52

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

Shades of Medium Carmine #B44134

Tints of Medium Carmine #B44134

RGB

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

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

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

R = 60.61%
G = 21.89%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B44134 (or 0xB44134) is known color: Medium Carmine. HEX triplet: B4, 41 and 34. RGB value is (180,65,52). Sum of RGB (Red+Green+Blue) = 180+65+52=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B44134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44134 is #4BBECB. Grayscale: #626262. Windows color (decimal): -4964044 or 3424692. OLE color: 3424692.

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

Color convert

RGB 180 65 52 -
CMYK 0 0.64 0.71 0.29
HSL 6.09º 0.55% 0.45% -
HSV(B) 6.09º 0.71% 0.71% -
XYZ 21.33 13.73 4.77 -
YUV 97.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 180 65 52 0 0.64 0.71 0.29 6.09 0.55 0.45
Hex B4 41 34 0 40 47 1D 6 37 2D
Octal 264 101 64 0 100 107 35 6 67 55
Binary 10110100 1000001 110100 0 1000000 1000111 11101 110 110111 101101

Color Harmonies of #B44134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44134

Black with #B44134

Text Example


Text Example

White with #B44134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44134; }

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

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

background-color css

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

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

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

border-color css

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

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

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