Html Css Color HEX #B42726 Fire Brick

📋 copy color: '#B42726'

red 180 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #B42726

Tints of Fire Brick #B42726

RGB

 RED value IS 180 (70.7% from 255) = 70.04%

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

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

R = 70.04%
G = 15.18%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B42726 (or 0xB42726) is known color: Fire Brick. HEX triplet: B4, 27 and 26. RGB value is (180,39,38). Sum of RGB (Red+Green+Blue) = 180+39+38=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B42726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42726 is #4BD8D9. Grayscale: #515151. Windows color (decimal): -4970714 or 2500532. OLE color: 2500532.

HSL color Cylindrical-coordinate representation of color #B42726: hue angle of 0.42º 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 #B42726 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 39 38 -
CMYK 0 0.78 0.79 0.29
HSL 0.42º 0.65% 0.43% -
HSV(B) 0.42º 0.79% 0.71% -
XYZ 19.9 11.29 2.97 -
YUV 81.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 180 39 38 0 0.78 0.79 0.29 0.42 0.65 0.43
Hex B4 27 26 0 4E 4F 1D 0 41 2B
Octal 264 47 46 0 116 117 35 0 101 53
Binary 10110100 100111 100110 0 1001110 1001111 11101 0 1000001 101011

Color Harmonies of #B42726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42726

Black with #B42726

Text Example


Text Example

White with #B42726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42726; }

 p { color: rgb(180,39,38); }

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

background-color css

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

 a { background-color: rgb(180,39,38); }

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

border-color css

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

 span { border-color: rgb(180,39,38); }

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