Html Css Color HEX #B33727 Medium Carmine

📋 copy color: '#B33727'

red 179 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #B33727

Tints of Medium Carmine #B33727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 65.57%
G = 20.15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33727 (or 0xB33727) is known color: Medium Carmine. HEX triplet: B3, 37 and 27. RGB value is (179,55,39). Sum of RGB (Red+Green+Blue) = 179+55+39=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B33727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33727 is #4CC8D8. Grayscale: #5A5A5A. Windows color (decimal): -5032153 or 2570163. OLE color: 2570163.

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

Color convert

RGB 179 55 39 -
CMYK 0 0.69 0.78 0.30
HSL 6.86º 0.64% 0.43% -
HSV(B) 6.86º 0.78% 0.7% -
XYZ 20.32 12.46 3.25 -
YUV 90.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 179 55 39 0 0.69 0.78 0.30 6.86 0.64 0.43
Hex B3 37 27 0 45 4E 1E 7 40 2B
Octal 263 67 47 0 105 116 36 7 100 53
Binary 10110011 110111 100111 0 1000101 1001110 11110 111 1000000 101011

Color Harmonies of #B33727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33727

Black with #B33727

Text Example


Text Example

White with #B33727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33727; }

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

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

background-color css

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

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

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

border-color css

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

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

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