Html Css Color HEX #B5231A Fire Brick

📋 copy color: '#B5231A'

red 181 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #B5231A

Tints of Fire Brick #B5231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 74.79%
G = 14.46%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5231A (or 0xB5231A) is known color: Fire Brick. HEX triplet: B5, 23 and 1A. RGB value is (181,35,26). Sum of RGB (Red+Green+Blue) = 181+35+26=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5231A is #4ADCE5. Grayscale: #4D4D4D. Windows color (decimal): -4906214 or 1713077. OLE color: 1713077.

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

Color convert

RGB 181 35 26 -
CMYK 0 0.81 0.86 0.29
HSL 3.48º 0.75% 0.41% -
HSV(B) 3.48º 0.86% 0.71% -
XYZ 19.84 11.1 2.07 -
YUV 77.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 181 35 26 0 0.81 0.86 0.29 3.48 0.75 0.41
Hex B5 23 1A 0 51 56 1D 3 4B 29
Octal 265 43 32 0 121 126 35 3 113 51
Binary 10110101 100011 11010 0 1010001 1010110 11101 11 1001011 101001

Color Harmonies of #B5231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5231A

Black with #B5231A

Text Example


Text Example

White with #B5231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5231A; }

 p { color: rgb(181,35,26); }

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

background-color css

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

 a { background-color: rgb(181,35,26); }

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

border-color css

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

 span { border-color: rgb(181,35,26); }

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