Html Css Color HEX #B2382F Medium Carmine

📋 copy color: '#B2382F'

red 178 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #B2382F

Tints of Medium Carmine #B2382F

RGB

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

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

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

R = 63.35%
G = 19.93%
B = 16.73%

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

#B2382F (or 0xB2382F) is known color: Medium Carmine. HEX triplet: B2, 38 and 2F. RGB value is (178,56,47). Sum of RGB (Red+Green+Blue) = 178+56+47=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2382F is #4DC7D0. Grayscale: #5B5B5B. Windows color (decimal): -5097425 or 3094706. OLE color: 3094706.

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

Color convert

RGB 178 56 47 -
CMYK 0 0.69 0.74 0.30
HSL 4.12º 0.58% 0.44% -
HSV(B) 4.12º 0.74% 0.7% -
XYZ 20.29 12.5 4.03 -
YUV 91.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 178 56 47 0 0.69 0.74 0.30 4.12 0.58 0.44
Hex B2 38 2F 0 45 4A 1E 4 3A 2C
Octal 262 70 57 0 105 112 36 4 72 54
Binary 10110010 111000 101111 0 1000101 1001010 11110 100 111010 101100

Color Harmonies of #B2382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2382F

Black with #B2382F

Text Example


Text Example

White with #B2382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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