Html Css Color HEX #B62F25 Fire Brick

📋 copy color: '#B62F25'

red 182 ◦ green 47 ◦ blue 37

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

Shades of Fire Brick #B62F25

Tints of Fire Brick #B62F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 68.42%
G = 17.67%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B62F25 (or 0xB62F25) is known color: Fire Brick. HEX triplet: B6, 2F and 25. RGB value is (182,47,37). Sum of RGB (Red+Green+Blue) = 182+47+37=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F25 is #49D0DA. Grayscale: #565656. Windows color (decimal): -4837595 or 2437046. OLE color: 2437046.

HSL color Cylindrical-coordinate representation of color #B62F25: hue angle of 4.14º degrees, saturation: 0.66, 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 #B62F25 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 47 37 -
CMYK 0 0.74 0.80 0.29
HSL 4.14º 0.66% 0.43% -
HSV(B) 4.14º 0.8% 0.71% -
XYZ 20.64 12.11 3 -
YUV 86.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 182 47 37 0 0.74 0.80 0.29 4.14 0.66 0.43
Hex B6 2F 25 0 4A 50 1D 4 42 2B
Octal 266 57 45 0 112 120 35 4 102 53
Binary 10110110 101111 100101 0 1001010 1010000 11101 100 1000010 101011

Color Harmonies of #B62F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F25

Black with #B62F25

Text Example


Text Example

White with #B62F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F25; }

 p { color: rgb(182,47,37); }

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

background-color css

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

 a { background-color: rgb(182,47,37); }

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

border-color css

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

 span { border-color: rgb(182,47,37); }

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