Html Css Color HEX #B5303A Brick Red

📋 copy color: '#B5303A'

red 181 ◦ green 48 ◦ blue 58

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

Shades of Brick Red #B5303A

Tints of Brick Red #B5303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 63.07%
G = 16.72%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5303A (or 0xB5303A) is known color: Brick Red. HEX triplet: B5, 30 and 3A. RGB value is (181,48,58). Sum of RGB (Red+Green+Blue) = 181+48+58=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B5303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5303A is #4ACFC5. Grayscale: #595959. Windows color (decimal): -4902854 or 3813557. OLE color: 3813557.

HSL color Cylindrical-coordinate representation of color #B5303A: hue angle of 355.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5303A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 58 -
CMYK 0 0.73 0.68 0.29
HSL 355.49º 0.58% 0.45% -
HSV(B) 355.49º 0.73% 0.71% -
XYZ 20.88 12.24 5.27 -
YUV 88.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 181 48 58 0 0.73 0.68 0.29 355.49 0.58 0.45
Hex B5 30 3A 0 49 44 1D 163 3A 2D
Octal 265 60 72 0 111 104 35 543 72 55
Binary 10110101 110000 111010 0 1001001 1000100 11101 101100011 111010 101101

Color Harmonies of #B5303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5303A

Black with #B5303A

Text Example


Text Example

White with #B5303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5303A; }

 p { color: rgb(181,48,58); }

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

background-color css

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

 a { background-color: rgb(181,48,58); }

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

border-color css

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

 span { border-color: rgb(181,48,58); }

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