Html Css Color HEX #B33629 Medium Carmine

📋 copy color: '#B33629'

red 179 ◦ green 54 ◦ blue 41

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

Shades of Medium Carmine #B33629

Tints of Medium Carmine #B33629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 65.33%
G = 19.71%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B33629 (or 0xB33629) is known color: Medium Carmine. HEX triplet: B3, 36 and 29. RGB value is (179,54,41). Sum of RGB (Red+Green+Blue) = 179+54+41=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B33629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33629 is #4CC9D6. Grayscale: #5A5A5A. Windows color (decimal): -5032407 or 2700979. OLE color: 2700979.

HSL color Cylindrical-coordinate representation of color #B33629: hue angle of 5.65º 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 #B33629 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 41 -
CMYK 0 0.70 0.77 0.30
HSL 5.65º 0.63% 0.43% -
HSV(B) 5.65º 0.77% 0.7% -
XYZ 20.31 12.38 3.42 -
YUV 89.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 179 54 41 0 0.70 0.77 0.30 5.65 0.63 0.43
Hex B3 36 29 0 46 4D 1E 6 3F 2B
Octal 263 66 51 0 106 115 36 6 77 53
Binary 10110011 110110 101001 0 1000110 1001101 11110 110 111111 101011

Color Harmonies of #B33629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33629

Black with #B33629

Text Example


Text Example

White with #B33629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33629; }

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

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

background-color css

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

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

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

border-color css

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

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

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