Html Css Color HEX #B62614 Fire Brick

📋 copy color: '#B62614'

red 182 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #B62614

Tints of Fire Brick #B62614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 75.83%
G = 15.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B62614 (or 0xB62614) is known color: Fire Brick. HEX triplet: B6, 26 and 14. RGB value is (182,38,20). Sum of RGB (Red+Green+Blue) = 182+38+20=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62614 is #49D9EB. Grayscale: #4F4F4F. Windows color (decimal): -4839916 or 1320630. OLE color: 1320630.

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

Color convert

RGB 182 38 20 -
CMYK 0 0.79 0.89 0.29
HSL 6.67º 0.8% 0.4% -
HSV(B) 6.67º 0.89% 0.71% -
XYZ 20.11 11.38 1.8 -
YUV 79 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 182 38 20 0 0.79 0.89 0.29 6.67 0.8 0.4
Hex B6 26 14 0 4F 59 1D 7 50 28
Octal 266 46 24 0 117 131 35 7 120 50
Binary 10110110 100110 10100 0 1001111 1011001 11101 111 1010000 101000

Color Harmonies of #B62614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62614

Black with #B62614

Text Example


Text Example

White with #B62614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62614; }

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

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

background-color css

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

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

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

border-color css

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

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

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