Html Css Color HEX #B4402B Medium Carmine

📋 copy color: '#B4402B'

red 180 ◦ green 64 ◦ blue 43

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

Shades of Medium Carmine #B4402B

Tints of Medium Carmine #B4402B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 62.72%
G = 22.3%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4402B (or 0xB4402B) is known color: Medium Carmine. HEX triplet: B4, 40 and 2B. RGB value is (180,64,43). Sum of RGB (Red+Green+Blue) = 180+64+43=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B4402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4402B is #4BBFD4. Grayscale: #606060. Windows color (decimal): -4964309 or 2834612. OLE color: 2834612.

HSL color Cylindrical-coordinate representation of color #B4402B: hue angle of 9.2º 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 #B4402B is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 43 -
CMYK 0 0.64 0.76 0.29
HSL 9.2º 0.61% 0.44% -
HSV(B) 9.2º 0.76% 0.71% -
XYZ 21.09 13.54 3.79 -
YUV 96.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 180 64 43 0 0.64 0.76 0.29 9.2 0.61 0.44
Hex B4 40 2B 0 40 4C 1D 9 3D 2C
Octal 264 100 53 0 100 114 35 11 75 54
Binary 10110100 1000000 101011 0 1000000 1001100 11101 1001 111101 101100

Color Harmonies of #B4402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4402B

Black with #B4402B

Text Example


Text Example

White with #B4402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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