Html Css Color HEX #B2352E Medium Carmine

📋 copy color: '#B2352E'

red 178 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #B2352E

Tints of Medium Carmine #B2352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 64.26%
G = 19.13%
B = 16.61%

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

#B2352E (or 0xB2352E) is known color: Medium Carmine. HEX triplet: B2, 35 and 2E. RGB value is (178,53,46). Sum of RGB (Red+Green+Blue) = 178+53+46=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2352E is #4DCAD1. Grayscale: #595959. Windows color (decimal): -5098194 or 3028402. OLE color: 3028402.

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

Color convert

RGB 178 53 46 -
CMYK 0 0.70 0.74 0.30
HSL 3.18º 0.59% 0.44% -
HSV(B) 3.18º 0.74% 0.7% -
XYZ 20.13 12.21 3.88 -
YUV 89.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 178 53 46 0 0.70 0.74 0.30 3.18 0.59 0.44
Hex B2 35 2E 0 46 4A 1E 3 3B 2C
Octal 262 65 56 0 106 112 36 3 73 54
Binary 10110010 110101 101110 0 1000110 1001010 11110 11 111011 101100

Color Harmonies of #B2352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2352E

Black with #B2352E

Text Example


Text Example

White with #B2352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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