Html Css Color HEX #B3362A Medium Carmine

📋 copy color: '#B3362A'

red 179 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #B3362A

Tints of Medium Carmine #B3362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 65.09%
G = 19.64%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3362A (or 0xB3362A) is known color: Medium Carmine. HEX triplet: B3, 36 and 2A. RGB value is (179,54,42). Sum of RGB (Red+Green+Blue) = 179+54+42=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3362A is #4CC9D5. Grayscale: #5A5A5A. Windows color (decimal): -5032406 or 2766515. OLE color: 2766515.

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

Color convert

RGB 179 54 42 -
CMYK 0 0.70 0.77 0.30
HSL 5.26º 0.62% 0.43% -
HSV(B) 5.26º 0.77% 0.7% -
XYZ 20.33 12.39 3.51 -
YUV 90.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 179 54 42 0 0.70 0.77 0.30 5.26 0.62 0.43
Hex B3 36 2A 0 46 4D 1E 5 3E 2B
Octal 263 66 52 0 106 115 36 5 76 53
Binary 10110011 110110 101010 0 1000110 1001101 11110 101 111110 101011

Color Harmonies of #B3362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3362A

Black with #B3362A

Text Example


Text Example

White with #B3362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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