Html Css Color HEX #B33729 Medium Carmine

📋 copy color: '#B33729'

red 179 ◦ green 55 ◦ blue 41

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

Shades of Medium Carmine #B33729

Tints of Medium Carmine #B33729

RGB

 RED value IS 179 (70.31% from 255) = 65.09%

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 65.09%
G = 20%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B33729 (or 0xB33729) is known color: Medium Carmine. HEX triplet: B3, 37 and 29. RGB value is (179,55,41). Sum of RGB (Red+Green+Blue) = 179+55+41=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B33729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33729 is #4CC8D6. Grayscale: #5A5A5A. Windows color (decimal): -5032151 or 2701235. OLE color: 2701235.

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

Color convert

RGB 179 55 41 -
CMYK 0 0.69 0.77 0.30
HSL 6.09º 0.63% 0.43% -
HSV(B) 6.09º 0.77% 0.7% -
XYZ 20.36 12.48 3.43 -
YUV 90.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 179 55 41 0 0.69 0.77 0.30 6.09 0.63 0.43
Hex B3 37 29 0 45 4D 1E 6 3F 2B
Octal 263 67 51 0 105 115 36 6 77 53
Binary 10110011 110111 101001 0 1000101 1001101 11110 110 111111 101011

Color Harmonies of #B33729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33729

Black with #B33729

Text Example


Text Example

White with #B33729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33729; }

 p { color: rgb(179,55,41); }

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

background-color css

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

 a { background-color: rgb(179,55,41); }

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

border-color css

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

 span { border-color: rgb(179,55,41); }

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