Html Css Color HEX #B5302A Fire Brick

📋 copy color: '#B5302A'

red 181 ◦ green 48 ◦ blue 42

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

Shades of Fire Brick #B5302A

Tints of Fire Brick #B5302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 66.79%
G = 17.71%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5302A (or 0xB5302A) is known color: Fire Brick. HEX triplet: B5, 30 and 2A. RGB value is (181,48,42). Sum of RGB (Red+Green+Blue) = 181+48+42=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302A is #4ACFD5. Grayscale: #575757. Windows color (decimal): -4902870 or 2764981. OLE color: 2764981.

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

Color convert

RGB 181 48 42 -
CMYK 0 0.73 0.77 0.29
HSL 2.59º 0.62% 0.44% -
HSV(B) 2.59º 0.77% 0.71% -
XYZ 20.53 12.1 3.44 -
YUV 87.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 181 48 42 0 0.73 0.77 0.29 2.59 0.62 0.44
Hex B5 30 2A 0 49 4D 1D 3 3E 2C
Octal 265 60 52 0 111 115 35 3 76 54
Binary 10110101 110000 101010 0 1001001 1001101 11101 11 111110 101100

Color Harmonies of #B5302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5302A

Black with #B5302A

Text Example


Text Example

White with #B5302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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