Html Css Color HEX #B33F29 Medium Carmine

📋 copy color: '#B33F29'

red 179 ◦ green 63 ◦ blue 41

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

Shades of Medium Carmine #B33F29

Tints of Medium Carmine #B33F29

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

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

R = 63.25%
G = 22.26%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B33F29 (or 0xB33F29) is known color: Medium Carmine. HEX triplet: B3, 3F and 29. RGB value is (179,63,41). Sum of RGB (Red+Green+Blue) = 179+63+41=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F29 is #4CC0D6. Grayscale: #5F5F5F. Windows color (decimal): -5030103 or 2703283. OLE color: 2703283.

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

Color convert

RGB 179 63 41 -
CMYK 0 0.65 0.77 0.30
HSL 9.57º 0.63% 0.43% -
HSV(B) 9.57º 0.77% 0.7% -
XYZ 20.77 13.3 3.57 -
YUV 95.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 179 63 41 0 0.65 0.77 0.30 9.57 0.63 0.43
Hex B3 3F 29 0 41 4D 1E A 3F 2B
Octal 263 77 51 0 101 115 36 12 77 53
Binary 10110011 111111 101001 0 1000001 1001101 11110 1010 111111 101011

Color Harmonies of #B33F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F29

Black with #B33F29

Text Example


Text Example

White with #B33F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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