Html Css Color HEX #B3362C Medium Carmine

📋 copy color: '#B3362C'

red 179 ◦ green 54 ◦ blue 44

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

Shades of Medium Carmine #B3362C

Tints of Medium Carmine #B3362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 64.62%
G = 19.49%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3362C (or 0xB3362C) is known color: Medium Carmine. HEX triplet: B3, 36 and 2C. RGB value is (179,54,44). Sum of RGB (Red+Green+Blue) = 179+54+44=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3362C is #4CC9D3. Grayscale: #5A5A5A. Windows color (decimal): -5032404 or 2897587. OLE color: 2897587.

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

Color convert

RGB 179 54 44 -
CMYK 0 0.70 0.75 0.30
HSL 4.44º 0.61% 0.44% -
HSV(B) 4.44º 0.75% 0.7% -
XYZ 20.36 12.4 3.7 -
YUV 90.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 179 54 44 0 0.70 0.75 0.30 4.44 0.61 0.44
Hex B3 36 2C 0 46 4B 1E 4 3D 2C
Octal 263 66 54 0 106 113 36 4 75 54
Binary 10110011 110110 101100 0 1000110 1001011 11110 100 111101 101100

Color Harmonies of #B3362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3362C

Black with #B3362C

Text Example


Text Example

White with #B3362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3362C; }

 p { color: rgb(179,54,44); }

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

background-color css

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

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

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

border-color css

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

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

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