Html Css Color HEX #B44043 Brick Red

📋 copy color: '#B44043'

red 180 ◦ green 64 ◦ blue 67

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

Shades of Brick Red #B44043

Tints of Brick Red #B44043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.54%

R = 57.88%
G = 20.58%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B44043 (or 0xB44043) is known color: Brick Red. HEX triplet: B4, 40 and 43. RGB value is (180,64,67). Sum of RGB (Red+Green+Blue) = 180+64+67=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B44043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44043 is #4BBFBC. Grayscale: #636363. Windows color (decimal): -4964285 or 4407476. OLE color: 4407476.

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

Color convert

RGB 180 64 67 -
CMYK 0 0.64 0.63 0.29
HSL 358.45º 0.48% 0.48% -
HSV(B) 358.45º 0.64% 0.71% -
XYZ 21.67 13.78 6.83 -
YUV 99.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 180 64 67 0 0.64 0.63 0.29 358.45 0.48 0.48
Hex B4 40 43 0 40 3F 1D 166 30 30
Octal 264 100 103 0 100 77 35 546 60 60
Binary 10110100 1000000 1000011 0 1000000 111111 11101 101100110 110000 110000

Color Harmonies of #B44043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44043

Black with #B44043

Text Example


Text Example

White with #B44043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44043; }

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

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

background-color css

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

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

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

border-color css

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

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

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