Html Css Color HEX #B0200A Fire Brick

📋 copy color: '#B0200A'

red 176 ◦ green 32 ◦ blue 10

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

Shades of Fire Brick #B0200A

Tints of Fire Brick #B0200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 80.73%
G = 14.68%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0200A (or 0xB0200A) is known color: Fire Brick. HEX triplet: B0, 20 and 0A. RGB value is (176,32,10). Sum of RGB (Red+Green+Blue) = 176+32+10=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B0200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0200A is #4FDFF5. Grayscale: #484848. Windows color (decimal): -5234678 or 663728. OLE color: 663728.

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

Color convert

RGB 176 32 10 -
CMYK 0 0.82 0.94 0.31
HSL 7.95º 0.89% 0.36% -
HSV(B) 7.95º 0.94% 0.69% -
XYZ 18.48 10.29 1.3 -
YUV 72.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 176 32 10 0 0.82 0.94 0.31 7.95 0.89 0.36
Hex B0 20 A 0 52 5E 1F 8 59 24
Octal 260 40 12 0 122 136 37 10 131 44
Binary 10110000 100000 1010 0 1010010 1011110 11111 1000 1011001 100100

Color Harmonies of #B0200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0200A

Black with #B0200A

Text Example


Text Example

White with #B0200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0200A; }

 p { color: rgb(176,32,10); }

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

background-color css

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

 a { background-color: rgb(176,32,10); }

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

border-color css

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

 span { border-color: rgb(176,32,10); }

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