Html Css Color HEX #B2362F Medium Carmine

📋 copy color: '#B2362F'

red 178 ◦ green 54 ◦ blue 47

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

Shades of Medium Carmine #B2362F

Tints of Medium Carmine #B2362F

RGB

 RED value IS 178 (69.92% from 255) = 63.8%

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

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

R = 63.8%
G = 19.35%
B = 16.85%

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

#B2362F (or 0xB2362F) is known color: Medium Carmine. HEX triplet: B2, 36 and 2F. RGB value is (178,54,47). Sum of RGB (Red+Green+Blue) = 178+54+47=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2362F is #4DC9D0. Grayscale: #5A5A5A. Windows color (decimal): -5097937 or 3094194. OLE color: 3094194.

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

Color convert

RGB 178 54 47 -
CMYK 0 0.70 0.74 0.30
HSL 3.21º 0.58% 0.44% -
HSV(B) 3.21º 0.74% 0.7% -
XYZ 20.19 12.31 4 -
YUV 90.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 178 54 47 0 0.70 0.74 0.30 3.21 0.58 0.44
Hex B2 36 2F 0 46 4A 1E 3 3A 2C
Octal 262 66 57 0 106 112 36 3 72 54
Binary 10110010 110110 101111 0 1000110 1001010 11110 11 111010 101100

Color Harmonies of #B2362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2362F

Black with #B2362F

Text Example


Text Example

White with #B2362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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