Html Css Color HEX #B02A25 Fire Brick

📋 copy color: '#B02A25'

red 176 ◦ green 42 ◦ blue 37

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

Shades of Fire Brick #B02A25

Tints of Fire Brick #B02A25

RGB

 RED value IS 176 (69.14% from 255) = 69.02%

 GREEN value IS 42 (16.8% from 255) = 16.47%

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 69.02%
G = 16.47%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B02A25 (or 0xB02A25) is known color: Fire Brick. HEX triplet: B0, 2A and 25. RGB value is (176,42,37). Sum of RGB (Red+Green+Blue) = 176+42+37=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A25 is #4FD5DA. Grayscale: #515151. Windows color (decimal): -5232091 or 2435760. OLE color: 2435760.

HSL color Cylindrical-coordinate representation of color #B02A25: hue angle of 2.16º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02A25 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 42 37 -
CMYK 0 0.76 0.79 0.31
HSL 2.16º 0.65% 0.42% -
HSV(B) 2.16º 0.79% 0.69% -
XYZ 19.07 11.02 2.87 -
YUV 81.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 176 42 37 0 0.76 0.79 0.31 2.16 0.65 0.42
Hex B0 2A 25 0 4C 4F 1F 2 41 2A
Octal 260 52 45 0 114 117 37 2 101 52
Binary 10110000 101010 100101 0 1001100 1001111 11111 10 1000001 101010

Color Harmonies of #B02A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A25

Black with #B02A25

Text Example


Text Example

White with #B02A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A25; }

 p { color: rgb(176,42,37); }

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

background-color css

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

 a { background-color: rgb(176,42,37); }

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

border-color css

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

 span { border-color: rgb(176,42,37); }

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