Html Css Color HEX #B33830 Medium Carmine

📋 copy color: '#B33830'

red 179 ◦ green 56 ◦ blue 48

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

Shades of Medium Carmine #B33830

Tints of Medium Carmine #B33830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 63.25%
G = 19.79%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33830 (or 0xB33830) is known color: Medium Carmine. HEX triplet: B3, 38 and 30. RGB value is (179,56,48). Sum of RGB (Red+Green+Blue) = 179+56+48=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33830 is #4CC7CF. Grayscale: #5C5C5C. Windows color (decimal): -5031888 or 3160243. OLE color: 3160243.

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

Color convert

RGB 179 56 48 -
CMYK 0 0.69 0.73 0.30
HSL 3.66º 0.58% 0.45% -
HSV(B) 3.66º 0.73% 0.7% -
XYZ 20.54 12.63 4.15 -
YUV 91.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 179 56 48 0 0.69 0.73 0.30 3.66 0.58 0.45
Hex B3 38 30 0 45 49 1E 4 3A 2D
Octal 263 70 60 0 105 111 36 4 72 55
Binary 10110011 111000 110000 0 1000101 1001001 11110 100 111010 101101

Color Harmonies of #B33830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33830

Black with #B33830

Text Example


Text Example

White with #B33830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33830; }

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

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

background-color css

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

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

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

border-color css

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

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

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