Html Css Color HEX #B4362E Medium Carmine

📋 copy color: '#B4362E'

red 180 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #B4362E

Tints of Medium Carmine #B4362E

RGB

 RED value IS 180 (70.7% from 255) = 64.29%

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 64.29%
G = 19.29%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4362E (or 0xB4362E) is known color: Medium Carmine. HEX triplet: B4, 36 and 2E. RGB value is (180,54,46). Sum of RGB (Red+Green+Blue) = 180+54+46=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B4362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4362E is #4BC9D1. Grayscale: #5A5A5A. Windows color (decimal): -4966866 or 3028660. OLE color: 3028660.

HSL color Cylindrical-coordinate representation of color #B4362E: hue angle of 3.58º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4362E is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 46 -
CMYK 0 0.7 0.74 0.29
HSL 3.58º 0.59% 0.44% -
HSV(B) 3.58º 0.74% 0.71% -
XYZ 20.63 12.54 3.92 -
YUV 90.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 180 54 46 0 0.7 0.74 0.29 3.58 0.59 0.44
Hex B4 36 2E 0 46 4A 1D 4 3B 2C
Octal 264 66 56 0 106 112 35 4 73 54
Binary 10110100 110110 101110 0 1000110 1001010 11101 100 111011 101100

Color Harmonies of #B4362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4362E

Black with #B4362E

Text Example


Text Example

White with #B4362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4362E; }

 p { color: rgb(180,54,46); }

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

background-color css

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

 a { background-color: rgb(180,54,46); }

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

border-color css

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

 span { border-color: rgb(180,54,46); }

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