Html Css Color HEX #B33939 Medium Carmine

📋 copy color: '#B33939'

red 179 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #B33939

Tints of Medium Carmine #B33939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 61.09%
G = 19.45%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B33939 (or 0xB33939) is known color: Medium Carmine. HEX triplet: B3, 39 and 39. RGB value is (179,57,57). Sum of RGB (Red+Green+Blue) = 179+57+57=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B33939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33939 is #4CC6C6. Grayscale: #5D5D5D. Windows color (decimal): -5031623 or 3750323. OLE color: 3750323.

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

Color convert

RGB 179 57 57 -
CMYK 0 0.68 0.68 0.30
HSL 0.52% 0.46% -
HSV(B) 0.68% 0.7% -
XYZ 20.79 12.81 5.25 -
YUV 93.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 179 57 57 0 0.68 0.68 0.30 0 0.52 0.46
Hex B3 39 39 0 44 44 1E 0 34 2E
Octal 263 71 71 0 104 104 36 0 64 56
Binary 10110011 111001 111001 0 1000100 1000100 11110 0 110100 101110

Color Harmonies of #B33939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33939

Black with #B33939

Text Example


Text Example

White with #B33939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33939; }

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

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

background-color css

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

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

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

border-color css

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

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

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