Html Css Color HEX #B33C3C Medium Carmine

📋 copy color: '#B33C3C'

red 179 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B33C3C

Tints of Medium Carmine #B33C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 59.87%
G = 20.07%
B = 20.07%

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

#B33C3C (or 0xB33C3C) is known color: Medium Carmine. HEX triplet: B3, 3C and 3C. RGB value is (179,60,60). Sum of RGB (Red+Green+Blue) = 179+60+60=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C3C is #4CC3C3. Grayscale: #5F5F5F. Windows color (decimal): -5030852 or 3947699. OLE color: 3947699.

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

Color convert

RGB 179 60 60 -
CMYK 0 0.66 0.66 0.30
HSL 0.5% 0.47% -
HSV(B) 0.66% 0.7% -
XYZ 21.02 13.14 5.7 -
YUV 95.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 179 60 60 0 0.66 0.66 0.30 0 0.5 0.47
Hex B3 3C 3C 0 42 42 1E 0 32 2F
Octal 263 74 74 0 102 102 36 0 62 57
Binary 10110011 111100 111100 0 1000010 1000010 11110 0 110010 101111

Color Harmonies of #B33C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C3C

Black with #B33C3C

Text Example


Text Example

White with #B33C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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