Html Css Color HEX #B21F02 Fire Brick

📋 copy color: '#B21F02'

red 178 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #B21F02

Tints of Fire Brick #B21F02

RGB

 RED value IS 178 (69.92% from 255) = 84.36%

 GREEN value IS 31 (12.5% from 255) = 14.69%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 84.36%
G = 14.69%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B21F02 (or 0xB21F02) is known color: Fire Brick. HEX triplet: B2, 1F and 02. RGB value is (178,31,2). Sum of RGB (Red+Green+Blue) = 178+31+2=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21F02 is #4DE0FD. Grayscale: #474747. Windows color (decimal): -5103870 or 139186. OLE color: 139186.

HSL color Cylindrical-coordinate representation of color #B21F02: hue angle of 9.89º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B21F02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 31 2 -
CMYK 0 0.83 0.99 0.30
HSL 9.89º 0.98% 0.35% -
HSV(B) 9.89º 0.99% 0.7% -
XYZ 18.86 10.45 1.08 -
YUV 71.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 178 31 2 0 0.83 0.99 0.30 9.89 0.98 0.35
Hex B2 1F 2 0 53 63 1E A 62 23
Octal 262 37 2 0 123 143 36 12 142 43
Binary 10110010 11111 10 0 1010011 1100011 11110 1010 1100010 100011

Color Harmonies of #B21F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F02

Black with #B21F02

Text Example


Text Example

White with #B21F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F02; }

 p { color: rgb(178,31,2); }

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

background-color css

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

 a { background-color: rgb(178,31,2); }

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

border-color css

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

 span { border-color: rgb(178,31,2); }

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