Html Css Color HEX #B43641 Brick Red

📋 copy color: '#B43641'

red 180 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #B43641

Tints of Brick Red #B43641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 60.2%
G = 18.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43641 (or 0xB43641) is known color: Brick Red. HEX triplet: B4, 36 and 41. RGB value is (180,54,65). Sum of RGB (Red+Green+Blue) = 180+54+65=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43641 is #4BC9BE. Grayscale: #5D5D5D. Windows color (decimal): -4966847 or 4273844. OLE color: 4273844.

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

Color convert

RGB 180 54 65 -
CMYK 0 0.7 0.64 0.29
HSL 354.76º 0.54% 0.46% -
HSV(B) 354.76º 0.7% 0.71% -
XYZ 21.1 12.72 6.35 -
YUV 92.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 180 54 65 0 0.7 0.64 0.29 354.76 0.54 0.46
Hex B4 36 41 0 46 40 1D 163 36 2E
Octal 264 66 101 0 106 100 35 543 66 56
Binary 10110100 110110 1000001 0 1000110 1000000 11101 101100011 110110 101110

Color Harmonies of #B43641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43641

Black with #B43641

Text Example


Text Example

White with #B43641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43641; }

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

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

background-color css

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

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

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

border-color css

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

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

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