Html Css Color HEX #B43140 Brick Red

📋 copy color: '#B43140'

red 180 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #B43140

Tints of Brick Red #B43140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 61.43%
G = 16.72%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43140 (or 0xB43140) is known color: Brick Red. HEX triplet: B4, 31 and 40. RGB value is (180,49,64). Sum of RGB (Red+Green+Blue) = 180+49+64=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43140 is #4BCEBF. Grayscale: #595959. Windows color (decimal): -4968128 or 4207028. OLE color: 4207028.

HSL color Cylindrical-coordinate representation of color #B43140: hue angle of 353.13º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43140 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 64 -
CMYK 0 0.73 0.64 0.29
HSL 353.13º 0.57% 0.45% -
HSV(B) 353.13º 0.73% 0.71% -
XYZ 20.85 12.27 6.12 -
YUV 89.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 180 49 64 0 0.73 0.64 0.29 353.13 0.57 0.45
Hex B4 31 40 0 49 40 1D 161 39 2D
Octal 264 61 100 0 111 100 35 541 71 55
Binary 10110100 110001 1000000 0 1001001 1000000 11101 101100001 111001 101101

Color Harmonies of #B43140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43140

Black with #B43140

Text Example


Text Example

White with #B43140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43140; }

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

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

background-color css

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

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

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

border-color css

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

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

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