Html Css Color HEX #B2392E Medium Carmine

📋 copy color: '#B2392E'

red 178 ◦ green 57 ◦ blue 46

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

Shades of Medium Carmine #B2392E

Tints of Medium Carmine #B2392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 63.35%
G = 20.28%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2392E (or 0xB2392E) is known color: Medium Carmine. HEX triplet: B2, 39 and 2E. RGB value is (178,57,46). Sum of RGB (Red+Green+Blue) = 178+57+46=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2392E is #4DC6D1. Grayscale: #5C5C5C. Windows color (decimal): -5097170 or 3029426. OLE color: 3029426.

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

Color convert

RGB 178 57 46 -
CMYK 0 0.68 0.74 0.30
HSL 0.59% 0.44% -
HSV(B) 0.74% 0.7% -
XYZ 20.32 12.59 3.94 -
YUV 91.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 178 57 46 0 0.68 0.74 0.30 5 0.59 0.44
Hex B2 39 2E 0 44 4A 1E 5 3B 2C
Octal 262 71 56 0 104 112 36 5 73 54
Binary 10110010 111001 101110 0 1000100 1001010 11110 101 111011 101100

Color Harmonies of #B2392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2392E

Black with #B2392E

Text Example


Text Example

White with #B2392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2392E; }

 p { color: rgb(178,57,46); }

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

background-color css

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

 a { background-color: rgb(178,57,46); }

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

border-color css

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

 span { border-color: rgb(178,57,46); }

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