Html Css Color HEX #B62E24 Fire Brick

📋 copy color: '#B62E24'

red 182 ◦ green 46 ◦ blue 36

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

Shades of Fire Brick #B62E24

Tints of Fire Brick #B62E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.42%

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 68.94%
G = 17.42%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B62E24 (or 0xB62E24) is known color: Fire Brick. HEX triplet: B6, 2E and 24. RGB value is (182,46,36). Sum of RGB (Red+Green+Blue) = 182+46+36=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E24 is #49D1DB. Grayscale: #555555. Windows color (decimal): -4837852 or 2371254. OLE color: 2371254.

HSL color Cylindrical-coordinate representation of color #B62E24: hue angle of 4.11º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62E24 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 46 36 -
CMYK 0 0.75 0.80 0.29
HSL 4.11º 0.67% 0.43% -
HSV(B) 4.11º 0.8% 0.71% -
XYZ 20.59 12.03 2.91 -
YUV 85.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 182 46 36 0 0.75 0.80 0.29 4.11 0.67 0.43
Hex B6 2E 24 0 4B 50 1D 4 43 2B
Octal 266 56 44 0 113 120 35 4 103 53
Binary 10110110 101110 100100 0 1001011 1010000 11101 100 1000011 101011

Color Harmonies of #B62E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E24

Black with #B62E24

Text Example


Text Example

White with #B62E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E24; }

 p { color: rgb(182,46,36); }

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

background-color css

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

 a { background-color: rgb(182,46,36); }

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

border-color css

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

 span { border-color: rgb(182,46,36); }

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