Html Css Color HEX #B43440 Brick Red

📋 copy color: '#B43440'

red 180 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #B43440

Tints of Brick Red #B43440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 60.81%
G = 17.57%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43440 (or 0xB43440) is known color: Brick Red. HEX triplet: B4, 34 and 40. RGB value is (180,52,64). Sum of RGB (Red+Green+Blue) = 180+52+64=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B43440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43440 is #4BCBBF. Grayscale: #5B5B5B. Windows color (decimal): -4967360 or 4207796. OLE color: 4207796.

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

Color convert

RGB 180 52 64 -
CMYK 0 0.71 0.64 0.29
HSL 354.38º 0.55% 0.45% -
HSV(B) 354.38º 0.71% 0.71% -
XYZ 20.98 12.53 6.16 -
YUV 91.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 180 52 64 0 0.71 0.64 0.29 354.38 0.55 0.45
Hex B4 34 40 0 47 40 1D 162 37 2D
Octal 264 64 100 0 107 100 35 542 67 55
Binary 10110100 110100 1000000 0 1000111 1000000 11101 101100010 110111 101101

Color Harmonies of #B43440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43440

Black with #B43440

Text Example


Text Example

White with #B43440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43440; }

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

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

background-color css

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

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

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

border-color css

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

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

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