Html Css Color HEX #B3362D Medium Carmine

📋 copy color: '#B3362D'

red 179 ◦ green 54 ◦ blue 45

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

Shades of Medium Carmine #B3362D

Tints of Medium Carmine #B3362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 64.39%
G = 19.42%
B = 16.19%

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

#B3362D (or 0xB3362D) is known color: Medium Carmine. HEX triplet: B3, 36 and 2D. RGB value is (179,54,45). Sum of RGB (Red+Green+Blue) = 179+54+45=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3362D is #4CC9D2. Grayscale: #5A5A5A. Windows color (decimal): -5032403 or 2963123. OLE color: 2963123.

HSL color Cylindrical-coordinate representation of color #B3362D: hue angle of 4.03º degrees, saturation: 0.6, 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 #B3362D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 45 -
CMYK 0 0.70 0.75 0.30
HSL 4.03º 0.6% 0.44% -
HSV(B) 4.03º 0.75% 0.7% -
XYZ 20.38 12.41 3.8 -
YUV 90.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 179 54 45 0 0.70 0.75 0.30 4.03 0.6 0.44
Hex B3 36 2D 0 46 4B 1E 4 3C 2C
Octal 263 66 55 0 106 113 36 4 74 54
Binary 10110011 110110 101101 0 1000110 1001011 11110 100 111100 101100

Color Harmonies of #B3362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3362D

Black with #B3362D

Text Example


Text Example

White with #B3362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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