Html Css Color HEX #B2442E Medium Carmine

📋 copy color: '#B2442E'

red 178 ◦ green 68 ◦ blue 46

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

Shades of Medium Carmine #B2442E

Tints of Medium Carmine #B2442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 60.96%
G = 23.29%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2442E (or 0xB2442E) is known color: Medium Carmine. HEX triplet: B2, 44 and 2E. RGB value is (178,68,46). Sum of RGB (Red+Green+Blue) = 178+68+46=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2442E is #4DBBD1. Grayscale: #626262. Windows color (decimal): -5094354 or 3032242. OLE color: 3032242.

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

Color convert

RGB 178 68 46 -
CMYK 0 0.62 0.74 0.30
HSL 10º 0.59% 0.44% -
HSV(B) 10º 0.74% 0.7% -
XYZ 20.92 13.8 4.15 -
YUV 98.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 178 68 46 0 0.62 0.74 0.30 10 0.59 0.44
Hex B2 44 2E 0 3E 4A 1E A 3B 2C
Octal 262 104 56 0 76 112 36 12 73 54
Binary 10110010 1000100 101110 0 111110 1001010 11110 1010 111011 101100

Color Harmonies of #B2442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2442E

Black with #B2442E

Text Example


Text Example

White with #B2442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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