Html Css Color HEX #B5283E Brick Red

📋 copy color: '#B5283E'

red 181 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #B5283E

Tints of Brick Red #B5283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 63.96%
G = 14.13%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5283E (or 0xB5283E) is known color: Brick Red. HEX triplet: B5, 28 and 3E. RGB value is (181,40,62). Sum of RGB (Red+Green+Blue) = 181+40+62=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283E is #4AD7C1. Grayscale: #545454. Windows color (decimal): -4904898 or 4073653. OLE color: 4073653.

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

Color convert

RGB 181 40 62 -
CMYK 0 0.78 0.66 0.29
HSL 350.64º 0.64% 0.43% -
HSV(B) 350.64º 0.78% 0.71% -
XYZ 20.68 11.69 5.72 -
YUV 84.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 181 40 62 0 0.78 0.66 0.29 350.64 0.64 0.43
Hex B5 28 3E 0 4E 42 1D 15F 40 2B
Octal 265 50 76 0 116 102 35 537 100 53
Binary 10110101 101000 111110 0 1001110 1000010 11101 101011111 1000000 101011

Color Harmonies of #B5283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5283E

Black with #B5283E

Text Example


Text Example

White with #B5283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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