Html Css Color HEX #B43329 Medium Carmine

📋 copy color: '#B43329'

red 180 ◦ green 51 ◦ blue 41

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

Shades of Medium Carmine #B43329

Tints of Medium Carmine #B43329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 66.18%
G = 18.75%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B43329 (or 0xB43329) is known color: Medium Carmine. HEX triplet: B4, 33 and 29. RGB value is (180,51,41). Sum of RGB (Red+Green+Blue) = 180+51+41=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B43329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43329 is #4BCCD6. Grayscale: #585858. Windows color (decimal): -4967639 or 2700212. OLE color: 2700212.

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

Color convert

RGB 180 51 41 -
CMYK 0 0.72 0.77 0.29
HSL 4.32º 0.63% 0.43% -
HSV(B) 4.32º 0.77% 0.71% -
XYZ 20.41 12.23 3.38 -
YUV 88.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 180 51 41 0 0.72 0.77 0.29 4.32 0.63 0.43
Hex B4 33 29 0 48 4D 1D 4 3F 2B
Octal 264 63 51 0 110 115 35 4 77 53
Binary 10110100 110011 101001 0 1001000 1001101 11101 100 111111 101011

Color Harmonies of #B43329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43329

Black with #B43329

Text Example


Text Example

White with #B43329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43329; }

 p { color: rgb(180,51,41); }

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

background-color css

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

 a { background-color: rgb(180,51,41); }

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

border-color css

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

 span { border-color: rgb(180,51,41); }

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