Html Css Color HEX #B33D23 Medium Carmine

📋 copy color: '#B33D23'

red 179 ◦ green 61 ◦ blue 35

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

Shades of Medium Carmine #B33D23

Tints of Medium Carmine #B33D23

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 65.09%
G = 22.18%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33D23 (or 0xB33D23) is known color: Medium Carmine. HEX triplet: B3, 3D and 23. RGB value is (179,61,35). Sum of RGB (Red+Green+Blue) = 179+61+35=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D23 is #4CC2DC. Grayscale: #5D5D5D. Windows color (decimal): -5030621 or 2309555. OLE color: 2309555.

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

Color convert

RGB 179 61 35 -
CMYK 0 0.66 0.80 0.30
HSL 10.83º 0.67% 0.42% -
HSV(B) 10.83º 0.8% 0.7% -
XYZ 20.56 13.04 3.02 -
YUV 93.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 179 61 35 0 0.66 0.80 0.30 10.83 0.67 0.42
Hex B3 3D 23 0 42 50 1E B 43 2A
Octal 263 75 43 0 102 120 36 13 103 52
Binary 10110011 111101 100011 0 1000010 1010000 11110 1011 1000011 101010

Color Harmonies of #B33D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D23

Black with #B33D23

Text Example


Text Example

White with #B33D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D23; }

 p { color: rgb(179,61,35); }

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

background-color css

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

 a { background-color: rgb(179,61,35); }

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

border-color css

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

 span { border-color: rgb(179,61,35); }

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