Html Css Color HEX #B5271E Fire Brick

📋 copy color: '#B5271E'

red 181 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #B5271E

Tints of Fire Brick #B5271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 72.4%
G = 15.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5271E (or 0xB5271E) is known color: Fire Brick. HEX triplet: B5, 27 and 1E. RGB value is (181,39,30). Sum of RGB (Red+Green+Blue) = 181+39+30=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271E is #4AD8E1. Grayscale: #505050. Windows color (decimal): -4905186 or 1976245. OLE color: 1976245.

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

Color convert

RGB 181 39 30 -
CMYK 0 0.78 0.83 0.29
HSL 3.58º 0.72% 0.41% -
HSV(B) 3.58º 0.83% 0.71% -
XYZ 20.02 11.37 2.37 -
YUV 80.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 181 39 30 0 0.78 0.83 0.29 3.58 0.72 0.41
Hex B5 27 1E 0 4E 53 1D 4 48 29
Octal 265 47 36 0 116 123 35 4 110 51
Binary 10110101 100111 11110 0 1001110 1010011 11101 100 1001000 101001

Color Harmonies of #B5271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5271E

Black with #B5271E

Text Example


Text Example

White with #B5271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5271E; }

 p { color: rgb(181,39,30); }

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

background-color css

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

 a { background-color: rgb(181,39,30); }

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

border-color css

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

 span { border-color: rgb(181,39,30); }

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