Html Css Color HEX #B33C34 Medium Carmine

📋 copy color: '#B33C34'

red 179 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #B33C34

Tints of Medium Carmine #B33C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 61.51%
G = 20.62%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B33C34 (or 0xB33C34) is known color: Medium Carmine. HEX triplet: B3, 3C and 34. RGB value is (179,60,52). Sum of RGB (Red+Green+Blue) = 179+60+52=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C34 is #4CC3CB. Grayscale: #5E5E5E. Windows color (decimal): -5030860 or 3423411. OLE color: 3423411.

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

Color convert

RGB 179 60 52 -
CMYK 0 0.66 0.71 0.30
HSL 3.78º 0.55% 0.45% -
HSV(B) 3.78º 0.71% 0.7% -
XYZ 20.83 13.06 4.67 -
YUV 94.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 179 60 52 0 0.66 0.71 0.30 3.78 0.55 0.45
Hex B3 3C 34 0 42 47 1E 4 37 2D
Octal 263 74 64 0 102 107 36 4 67 55
Binary 10110011 111100 110100 0 1000010 1000111 11110 100 110111 101101

Color Harmonies of #B33C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C34

Black with #B33C34

Text Example


Text Example

White with #B33C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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