Html Css Color HEX #B2382E Medium Carmine

📋 copy color: '#B2382E'

red 178 ◦ green 56 ◦ blue 46

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

Shades of Medium Carmine #B2382E

Tints of Medium Carmine #B2382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 63.57%
G = 20%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2382E (or 0xB2382E) is known color: Medium Carmine. HEX triplet: B2, 38 and 2E. RGB value is (178,56,46). Sum of RGB (Red+Green+Blue) = 178+56+46=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2382E is #4DC7D1. Grayscale: #5B5B5B. Windows color (decimal): -5097426 or 3029170. OLE color: 3029170.

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

Color convert

RGB 178 56 46 -
CMYK 0 0.69 0.74 0.30
HSL 4.55º 0.59% 0.44% -
HSV(B) 4.55º 0.74% 0.7% -
XYZ 20.27 12.49 3.93 -
YUV 91.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 178 56 46 0 0.69 0.74 0.30 4.55 0.59 0.44
Hex B2 38 2E 0 45 4A 1E 5 3B 2C
Octal 262 70 56 0 105 112 36 5 73 54
Binary 10110010 111000 101110 0 1000101 1001010 11110 101 111011 101100

Color Harmonies of #B2382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2382E

Black with #B2382E

Text Example


Text Example

White with #B2382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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