Html Css Color HEX #B33B3B Medium Carmine

📋 copy color: '#B33B3B'

red 179 ◦ green 59 ◦ blue 59

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

Shades of Medium Carmine #B33B3B

Tints of Medium Carmine #B33B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 60.27%
G = 19.87%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B33B3B (or 0xB33B3B) is known color: Medium Carmine. HEX triplet: B3, 3B and 3B. RGB value is (179,59,59). Sum of RGB (Red+Green+Blue) = 179+59+59=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B3B is #4CC4C4. Grayscale: #5E5E5E. Windows color (decimal): -5031109 or 3881907. OLE color: 3881907.

HSL color Cylindrical-coordinate representation of color #B33B3B: 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.67%. Process color model (Four color, CMYK) of #B33B3B is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 59 -
CMYK 0 0.67 0.67 0.30
HSL 0.5% 0.47% -
HSV(B) 0.67% 0.7% -
XYZ 20.94 13.03 5.55 -
YUV 94.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 179 59 59 0 0.67 0.67 0.30 0 0.5 0.47
Hex B3 3B 3B 0 43 43 1E 0 32 2F
Octal 263 73 73 0 103 103 36 0 62 57
Binary 10110011 111011 111011 0 1000011 1000011 11110 0 110010 101111

Color Harmonies of #B33B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B3B

Black with #B33B3B

Text Example


Text Example

White with #B33B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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