Html Css Color HEX #B02613 Fire Brick

📋 copy color: '#B02613'

red 176 ◦ green 38 ◦ blue 19

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

Shades of Fire Brick #B02613

Tints of Fire Brick #B02613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 75.54%
G = 16.31%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02613 (or 0xB02613) is known color: Fire Brick. HEX triplet: B0, 26 and 13. RGB value is (176,38,19). Sum of RGB (Red+Green+Blue) = 176+38+19=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B02613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02613 is #4FD9EC. Grayscale: #4D4D4D. Windows color (decimal): -5233133 or 1255088. OLE color: 1255088.

HSL color Cylindrical-coordinate representation of color #B02613: hue angle of 7.26º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B02613 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 19 -
CMYK 0 0.78 0.89 0.31
HSL 7.26º 0.81% 0.38% -
HSV(B) 7.26º 0.89% 0.69% -
XYZ 18.72 10.66 1.69 -
YUV 77.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 176 38 19 0 0.78 0.89 0.31 7.26 0.81 0.38
Hex B0 26 13 0 4E 59 1F 7 51 26
Octal 260 46 23 0 116 131 37 7 121 46
Binary 10110000 100110 10011 0 1001110 1011001 11111 111 1010001 100110

Color Harmonies of #B02613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02613

Black with #B02613

Text Example


Text Example

White with #B02613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02613; }

 p { color: rgb(176,38,19); }

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

background-color css

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

 a { background-color: rgb(176,38,19); }

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

border-color css

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

 span { border-color: rgb(176,38,19); }

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