Html Css Color HEX #B42826 Fire Brick

📋 copy color: '#B42826'

red 180 ◦ green 40 ◦ blue 38

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

Shades of Fire Brick #B42826

Tints of Fire Brick #B42826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 69.77%
G = 15.5%
B = 14.73%

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

#B42826 (or 0xB42826) is known color: Fire Brick. HEX triplet: B4, 28 and 26. RGB value is (180,40,38). Sum of RGB (Red+Green+Blue) = 180+40+38=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B42826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42826 is #4BD7D9. Grayscale: #515151. Windows color (decimal): -4970458 or 2500788. OLE color: 2500788.

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

Color convert

RGB 180 40 38 -
CMYK 0 0.78 0.79 0.29
HSL 0.85º 0.65% 0.43% -
HSV(B) 0.85º 0.79% 0.71% -
XYZ 19.93 11.36 2.98 -
YUV 81.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 180 40 38 0 0.78 0.79 0.29 0.85 0.65 0.43
Hex B4 28 26 0 4E 4F 1D 1 41 2B
Octal 264 50 46 0 116 117 35 1 101 53
Binary 10110100 101000 100110 0 1001110 1001111 11101 1 1000001 101011

Color Harmonies of #B42826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42826

Black with #B42826

Text Example


Text Example

White with #B42826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42826; }

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

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

background-color css

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

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

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

border-color css

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

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

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