Html Css Color HEX #B33D3C Medium Carmine

📋 copy color: '#B33D3C'

red 179 ◦ green 61 ◦ blue 60

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

Shades of Medium Carmine #B33D3C

Tints of Medium Carmine #B33D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20%

R = 59.67%
G = 20.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B33D3C (or 0xB33D3C) is known color: Medium Carmine. HEX triplet: B3, 3D and 3C. RGB value is (179,61,60). Sum of RGB (Red+Green+Blue) = 179+61+60=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D3C is #4CC2C3. Grayscale: #606060. Windows color (decimal): -5030596 or 3947955. OLE color: 3947955.

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

Color convert

RGB 179 61 60 -
CMYK 0 0.66 0.66 0.30
HSL 0.5º 0.5% 0.47% -
HSV(B) 0.5º 0.66% 0.7% -
XYZ 21.07 13.25 5.72 -
YUV 96.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 179 61 60 0 0.66 0.66 0.30 0.5 0.5 0.47
Hex B3 3D 3C 0 42 42 1E 1 32 2F
Octal 263 75 74 0 102 102 36 1 62 57
Binary 10110011 111101 111100 0 1000010 1000010 11110 1 110010 101111

Color Harmonies of #B33D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D3C

Black with #B33D3C

Text Example


Text Example

White with #B33D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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