Html Css Color HEX #B42510 Fire Brick

📋 copy color: '#B42510'

red 180 ◦ green 37 ◦ blue 16

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

Shades of Fire Brick #B42510

Tints of Fire Brick #B42510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 77.25%
G = 15.88%
B = 6.87%

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

#B42510 (or 0xB42510) is known color: Fire Brick. HEX triplet: B4, 25 and 10. RGB value is (180,37,16). Sum of RGB (Red+Green+Blue) = 180+37+16=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B42510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42510 is #4BDAEF. Grayscale: #4D4D4D. Windows color (decimal): -4971248 or 1058228. OLE color: 1058228.

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

Color convert

RGB 180 37 16 -
CMYK 0 0.79 0.91 0.29
HSL 7.68º 0.84% 0.38% -
HSV(B) 7.68º 0.91% 0.71% -
XYZ 19.58 11.06 1.59 -
YUV 77.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 180 37 16 0 0.79 0.91 0.29 7.68 0.84 0.38
Hex B4 25 10 0 4F 5B 1D 8 54 26
Octal 264 45 20 0 117 133 35 10 124 46
Binary 10110100 100101 10000 0 1001111 1011011 11101 1000 1010100 100110

Color Harmonies of #B42510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42510

Black with #B42510

Text Example


Text Example

White with #B42510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42510; }

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

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

background-color css

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

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

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

border-color css

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

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

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