Html Css Color HEX #B5283F Brick Red

📋 copy color: '#B5283F'

red 181 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #B5283F

Tints of Brick Red #B5283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 63 (25% from 255) = 22.18%

R = 63.73%
G = 14.08%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5283F (or 0xB5283F) is known color: Brick Red. HEX triplet: B5, 28 and 3F. RGB value is (181,40,63). Sum of RGB (Red+Green+Blue) = 181+40+63=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283F is #4AD7C0. Grayscale: #545454. Windows color (decimal): -4904897 or 4139189. OLE color: 4139189.

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

Color convert

RGB 181 40 63 -
CMYK 0 0.78 0.65 0.29
HSL 350.21º 0.64% 0.43% -
HSV(B) 350.21º 0.78% 0.71% -
XYZ 20.71 11.7 5.87 -
YUV 84.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 181 40 63 0 0.78 0.65 0.29 350.21 0.64 0.43
Hex B5 28 3F 0 4E 41 1D 15E 40 2B
Octal 265 50 77 0 116 101 35 536 100 53
Binary 10110101 101000 111111 0 1001110 1000001 11101 101011110 1000000 101011

Color Harmonies of #B5283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5283F

Black with #B5283F

Text Example


Text Example

White with #B5283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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