Html Css Color HEX #B52E26 Fire Brick

📋 copy color: '#B52E26'

red 181 ◦ green 46 ◦ blue 38

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

Shades of Fire Brick #B52E26

Tints of Fire Brick #B52E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 68.3%
G = 17.36%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B52E26 (or 0xB52E26) is known color: Fire Brick. HEX triplet: B5, 2E and 26. RGB value is (181,46,38). Sum of RGB (Red+Green+Blue) = 181+46+38=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E26 is #4AD1D9. Grayscale: #555555. Windows color (decimal): -4903386 or 2502325. OLE color: 2502325.

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

Color convert

RGB 181 46 38 -
CMYK 0 0.75 0.79 0.29
HSL 3.36º 0.65% 0.43% -
HSV(B) 3.36º 0.79% 0.71% -
XYZ 20.38 11.92 3.06 -
YUV 85.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 181 46 38 0 0.75 0.79 0.29 3.36 0.65 0.43
Hex B5 2E 26 0 4B 4F 1D 3 41 2B
Octal 265 56 46 0 113 117 35 3 101 53
Binary 10110101 101110 100110 0 1001011 1001111 11101 11 1000001 101011

Color Harmonies of #B52E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E26

Black with #B52E26

Text Example


Text Example

White with #B52E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E26; }

 p { color: rgb(181,46,38); }

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

background-color css

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

 a { background-color: rgb(181,46,38); }

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

border-color css

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

 span { border-color: rgb(181,46,38); }

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