Html Css Color HEX #B53F42 Brick Red

📋 copy color: '#B53F42'

red 181 ◦ green 63 ◦ blue 66

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

Shades of Brick Red #B53F42

Tints of Brick Red #B53F42

RGB

 RED value IS 181 (71.09% from 255) = 58.39%

 GREEN value IS 63 (25% from 255) = 20.32%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 58.39%
G = 20.32%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53F42 (or 0xB53F42) is known color: Brick Red. HEX triplet: B5, 3F and 42. RGB value is (181,63,66). Sum of RGB (Red+Green+Blue) = 181+63+66=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F42 is #4AC0BD. Grayscale: #626262. Windows color (decimal): -4899006 or 4341685. OLE color: 4341685.

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

Color convert

RGB 181 63 66 -
CMYK 0 0.65 0.64 0.29
HSL 358.47º 0.48% 0.48% -
HSV(B) 358.47º 0.65% 0.71% -
XYZ 21.82 13.77 6.66 -
YUV 98.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 181 63 66 0 0.65 0.64 0.29 358.47 0.48 0.48
Hex B5 3F 42 0 41 40 1D 166 30 30
Octal 265 77 102 0 101 100 35 546 60 60
Binary 10110101 111111 1000010 0 1000001 1000000 11101 101100110 110000 110000

Color Harmonies of #B53F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F42

Black with #B53F42

Text Example


Text Example

White with #B53F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F42; }

 p { color: rgb(181,63,66); }

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

background-color css

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

 a { background-color: rgb(181,63,66); }

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

border-color css

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

 span { border-color: rgb(181,63,66); }

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