Html Css Color HEX #B62621 Fire Brick

📋 copy color: '#B62621'

red 182 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #B62621

Tints of Fire Brick #B62621

RGB

 RED value IS 182 (71.48% from 255) = 71.94%

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

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 71.94%
G = 15.02%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B62621 (or 0xB62621) is known color: Fire Brick. HEX triplet: B6, 26 and 21. RGB value is (182,38,33). Sum of RGB (Red+Green+Blue) = 182+38+33=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B62621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62621 is #49D9DE. Grayscale: #505050. Windows color (decimal): -4839903 or 2172598. OLE color: 2172598.

HSL color Cylindrical-coordinate representation of color #B62621: hue angle of 2.01º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62621 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 38 33 -
CMYK 0 0.79 0.82 0.29
HSL 2.01º 0.69% 0.42% -
HSV(B) 2.01º 0.82% 0.71% -
XYZ 20.26 11.44 2.58 -
YUV 80.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 182 38 33 0 0.79 0.82 0.29 2.01 0.69 0.42
Hex B6 26 21 0 4F 52 1D 2 45 2A
Octal 266 46 41 0 117 122 35 2 105 52
Binary 10110110 100110 100001 0 1001111 1010010 11101 10 1000101 101010

Color Harmonies of #B62621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62621

Black with #B62621

Text Example


Text Example

White with #B62621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62621; }

 p { color: rgb(182,38,33); }

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

background-color css

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

 a { background-color: rgb(182,38,33); }

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

border-color css

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

 span { border-color: rgb(182,38,33); }

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