Html Css Color HEX #B4362B Medium Carmine

📋 copy color: '#B4362B'

red 180 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #B4362B

Tints of Medium Carmine #B4362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 64.98%
G = 19.49%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4362B (or 0xB4362B) is known color: Medium Carmine. HEX triplet: B4, 36 and 2B. RGB value is (180,54,43). Sum of RGB (Red+Green+Blue) = 180+54+43=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4362B is #4BC9D4. Grayscale: #5A5A5A. Windows color (decimal): -4966869 or 2832052. OLE color: 2832052.

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

Color convert

RGB 180 54 43 -
CMYK 0 0.7 0.76 0.29
HSL 4.82º 0.61% 0.44% -
HSV(B) 4.82º 0.76% 0.71% -
XYZ 20.58 12.52 3.62 -
YUV 90.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 180 54 43 0 0.7 0.76 0.29 4.82 0.61 0.44
Hex B4 36 2B 0 46 4C 1D 5 3D 2C
Octal 264 66 53 0 106 114 35 5 75 54
Binary 10110100 110110 101011 0 1000110 1001100 11101 101 111101 101100

Color Harmonies of #B4362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4362B

Black with #B4362B

Text Example


Text Example

White with #B4362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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