Html Css Color HEX #B33834 Medium Carmine

📋 copy color: '#B33834'

red 179 ◦ green 56 ◦ blue 52

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

Shades of Medium Carmine #B33834

Tints of Medium Carmine #B33834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

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

R = 62.37%
G = 19.51%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B33834 (or 0xB33834) is known color: Medium Carmine. HEX triplet: B3, 38 and 34. RGB value is (179,56,52). Sum of RGB (Red+Green+Blue) = 179+56+52=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33834 is #4CC7CB. Grayscale: #5C5C5C. Windows color (decimal): -5031884 or 3422387. OLE color: 3422387.

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

Color convert

RGB 179 56 52 -
CMYK 0 0.69 0.71 0.30
HSL 1.89º 0.55% 0.45% -
HSV(B) 1.89º 0.71% 0.7% -
XYZ 20.62 12.66 4.61 -
YUV 92.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 179 56 52 0 0.69 0.71 0.30 1.89 0.55 0.45
Hex B3 38 34 0 45 47 1E 2 37 2D
Octal 263 70 64 0 105 107 36 2 67 55
Binary 10110011 111000 110100 0 1000101 1000111 11110 10 110111 101101

Color Harmonies of #B33834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33834

Black with #B33834

Text Example


Text Example

White with #B33834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33834; }

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

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

background-color css

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

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

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

border-color css

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

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

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