Html Css Color HEX #B3362F Medium Carmine

📋 copy color: '#B3362F'

red 179 ◦ green 54 ◦ blue 47

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

Shades of Medium Carmine #B3362F

Tints of Medium Carmine #B3362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 63.93%
G = 19.29%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3362F (or 0xB3362F) is known color: Medium Carmine. HEX triplet: B3, 36 and 2F. RGB value is (179,54,47). Sum of RGB (Red+Green+Blue) = 179+54+47=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3362F is #4CC9D0. Grayscale: #5A5A5A. Windows color (decimal): -5032401 or 3094195. OLE color: 3094195.

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

Color convert

RGB 179 54 47 -
CMYK 0 0.70 0.74 0.30
HSL 3.18º 0.58% 0.44% -
HSV(B) 3.18º 0.74% 0.7% -
XYZ 20.42 12.43 4.01 -
YUV 90.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 179 54 47 0 0.70 0.74 0.30 3.18 0.58 0.44
Hex B3 36 2F 0 46 4A 1E 3 3A 2C
Octal 263 66 57 0 106 112 36 3 72 54
Binary 10110011 110110 101111 0 1000110 1001010 11110 11 111010 101100

Color Harmonies of #B3362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3362F

Black with #B3362F

Text Example


Text Example

White with #B3362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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