Html Css Color HEX #B33625 Medium Carmine

📋 copy color: '#B33625'

red 179 ◦ green 54 ◦ blue 37

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

Shades of Medium Carmine #B33625

Tints of Medium Carmine #B33625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 66.3%
G = 20%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B33625 (or 0xB33625) is known color: Medium Carmine. HEX triplet: B3, 36 and 25. RGB value is (179,54,37). Sum of RGB (Red+Green+Blue) = 179+54+37=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33625 is #4CC9DA. Grayscale: #595959. Windows color (decimal): -5032411 or 2438835. OLE color: 2438835.

HSL color Cylindrical-coordinate representation of color #B33625: hue angle of 7.18º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33625 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 37 -
CMYK 0 0.70 0.79 0.30
HSL 7.18º 0.66% 0.42% -
HSV(B) 7.18º 0.79% 0.7% -
XYZ 20.24 12.36 3.07 -
YUV 89.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 179 54 37 0 0.70 0.79 0.30 7.18 0.66 0.42
Hex B3 36 25 0 46 4F 1E 7 42 2A
Octal 263 66 45 0 106 117 36 7 102 52
Binary 10110011 110110 100101 0 1000110 1001111 11110 111 1000010 101010

Color Harmonies of #B33625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33625

Black with #B33625

Text Example


Text Example

White with #B33625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33625; }

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

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

background-color css

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

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

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

border-color css

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

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

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