Html Css Color HEX #B43841 Brick Red

📋 copy color: '#B43841'

red 180 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #B43841

Tints of Brick Red #B43841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 59.8%
G = 18.6%
B = 21.59%

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

#B43841 (or 0xB43841) is known color: Brick Red. HEX triplet: B4, 38 and 41. RGB value is (180,56,65). Sum of RGB (Red+Green+Blue) = 180+56+65=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43841 is #4BC7BE. Grayscale: #5E5E5E. Windows color (decimal): -4966335 or 4274356. OLE color: 4274356.

HSL color Cylindrical-coordinate representation of color #B43841: hue angle of 355.65º 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 #B43841 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 65 -
CMYK 0 0.69 0.64 0.29
HSL 355.65º 0.53% 0.46% -
HSV(B) 355.65º 0.69% 0.71% -
XYZ 21.19 12.91 6.38 -
YUV 94.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 180 56 65 0 0.69 0.64 0.29 355.65 0.53 0.46
Hex B4 38 41 0 45 40 1D 164 35 2E
Octal 264 70 101 0 105 100 35 544 65 56
Binary 10110100 111000 1000001 0 1000101 1000000 11101 101100100 110101 101110

Color Harmonies of #B43841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43841

Black with #B43841

Text Example


Text Example

White with #B43841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43841; }

 p { color: rgb(180,56,65); }

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

background-color css

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

 a { background-color: rgb(180,56,65); }

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

border-color css

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

 span { border-color: rgb(180,56,65); }

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