Html Css Color HEX #B42511 Fire Brick

📋 copy color: '#B42511'

red 180 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #B42511

Tints of Fire Brick #B42511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 76.92%
G = 15.81%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B42511 (or 0xB42511) is known color: Fire Brick. HEX triplet: B4, 25 and 11. RGB value is (180,37,17). Sum of RGB (Red+Green+Blue) = 180+37+17=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42511 is #4BDAEE. Grayscale: #4D4D4D. Windows color (decimal): -4971247 or 1123764. OLE color: 1123764.

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

Color convert

RGB 180 37 17 -
CMYK 0 0.79 0.91 0.29
HSL 7.36º 0.83% 0.39% -
HSV(B) 7.36º 0.91% 0.71% -
XYZ 19.59 11.07 1.63 -
YUV 77.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 180 37 17 0 0.79 0.91 0.29 7.36 0.83 0.39
Hex B4 25 11 0 4F 5B 1D 7 53 27
Octal 264 45 21 0 117 133 35 7 123 47
Binary 10110100 100101 10001 0 1001111 1011011 11101 111 1010011 100111

Color Harmonies of #B42511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42511

Black with #B42511

Text Example


Text Example

White with #B42511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42511; }

 p { color: rgb(180,37,17); }

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

background-color css

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

 a { background-color: rgb(180,37,17); }

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

border-color css

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

 span { border-color: rgb(180,37,17); }

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