Html Css Color HEX #B43740 Brick Red

📋 copy color: '#B43740'

red 180 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #B43740

Tints of Brick Red #B43740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 60.2%
G = 18.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43740 (or 0xB43740) is known color: Brick Red. HEX triplet: B4, 37 and 40. RGB value is (180,55,64). Sum of RGB (Red+Green+Blue) = 180+55+64=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43740 is #4BC8BF. Grayscale: #5D5D5D. Windows color (decimal): -4966592 or 4208564. OLE color: 4208564.

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

Color convert

RGB 180 55 64 -
CMYK 0 0.69 0.64 0.29
HSL 355.68º 0.53% 0.46% -
HSV(B) 355.68º 0.69% 0.71% -
XYZ 21.11 12.81 6.21 -
YUV 93.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 180 55 64 0 0.69 0.64 0.29 355.68 0.53 0.46
Hex B4 37 40 0 45 40 1D 164 35 2E
Octal 264 67 100 0 105 100 35 544 65 56
Binary 10110100 110111 1000000 0 1000101 1000000 11101 101100100 110101 101110

Color Harmonies of #B43740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43740

Black with #B43740

Text Example


Text Example

White with #B43740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43740; }

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

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

background-color css

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

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

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

border-color css

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

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

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