Html Css Color HEX #B43940 Brick Red

📋 copy color: '#B43940'

red 180 ◦ green 57 ◦ blue 64

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

Shades of Brick Red #B43940

Tints of Brick Red #B43940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 59.8%
G = 18.94%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43940 (or 0xB43940) is known color: Brick Red. HEX triplet: B4, 39 and 40. RGB value is (180,57,64). Sum of RGB (Red+Green+Blue) = 180+57+64=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43940 is #4BC6BF. Grayscale: #5E5E5E. Windows color (decimal): -4966080 or 4209076. OLE color: 4209076.

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

Color convert

RGB 180 57 64 -
CMYK 0 0.68 0.64 0.29
HSL 356.59º 0.52% 0.46% -
HSV(B) 356.59º 0.68% 0.71% -
XYZ 21.21 13 6.24 -
YUV 94.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 180 57 64 0 0.68 0.64 0.29 356.59 0.52 0.46
Hex B4 39 40 0 44 40 1D 165 34 2E
Octal 264 71 100 0 104 100 35 545 64 56
Binary 10110100 111001 1000000 0 1000100 1000000 11101 101100101 110100 101110

Color Harmonies of #B43940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43940

Black with #B43940

Text Example


Text Example

White with #B43940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43940; }

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

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

background-color css

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

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

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

border-color css

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

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

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