Html Css Color HEX #B02B25 Fire Brick

📋 copy color: '#B02B25'

red 176 ◦ green 43 ◦ blue 37

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

Shades of Fire Brick #B02B25

Tints of Fire Brick #B02B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 68.75%
G = 16.8%
B = 14.45%

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

#B02B25 (or 0xB02B25) is known color: Fire Brick. HEX triplet: B0, 2B and 25. RGB value is (176,43,37). Sum of RGB (Red+Green+Blue) = 176+43+37=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B25 is #4FD4DA. Grayscale: #525252. Windows color (decimal): -5231835 or 2436016. OLE color: 2436016.

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

Color convert

RGB 176 43 37 -
CMYK 0 0.76 0.79 0.31
HSL 2.59º 0.65% 0.42% -
HSV(B) 2.59º 0.79% 0.69% -
XYZ 19.1 11.09 2.88 -
YUV 82.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 176 43 37 0 0.76 0.79 0.31 2.59 0.65 0.42
Hex B0 2B 25 0 4C 4F 1F 3 41 2A
Octal 260 53 45 0 114 117 37 3 101 52
Binary 10110000 101011 100101 0 1001100 1001111 11111 11 1000001 101010

Color Harmonies of #B02B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B25

Black with #B02B25

Text Example


Text Example

White with #B02B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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