Html Css Color HEX #B02315 Fire Brick

📋 copy color: '#B02315'

red 176 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #B02315

Tints of Fire Brick #B02315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 75.86%
G = 15.09%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B02315 (or 0xB02315) is known color: Fire Brick. HEX triplet: B0, 23 and 15. RGB value is (176,35,21). Sum of RGB (Red+Green+Blue) = 176+35+21=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B02315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02315 is #4FDCEA. Grayscale: #4B4B4B. Windows color (decimal): -5233899 or 1385392. OLE color: 1385392.

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

Color convert

RGB 176 35 21 -
CMYK 0 0.80 0.88 0.31
HSL 5.42º 0.79% 0.39% -
HSV(B) 5.42º 0.88% 0.69% -
XYZ 18.64 10.49 1.75 -
YUV 75.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 176 35 21 0 0.80 0.88 0.31 5.42 0.79 0.39
Hex B0 23 15 0 50 58 1F 5 4F 27
Octal 260 43 25 0 120 130 37 5 117 47
Binary 10110000 100011 10101 0 1010000 1011000 11111 101 1001111 100111

Color Harmonies of #B02315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02315

Black with #B02315

Text Example


Text Example

White with #B02315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02315; }

 p { color: rgb(176,35,21); }

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

background-color css

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

 a { background-color: rgb(176,35,21); }

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

border-color css

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

 span { border-color: rgb(176,35,21); }

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