Html Css Color HEX #B62725 Fire Brick

📋 copy color: '#B62725'

red 182 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #B62725

Tints of Fire Brick #B62725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 70.54%
G = 15.12%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B62725 (or 0xB62725) is known color: Fire Brick. HEX triplet: B6, 27 and 25. RGB value is (182,39,37). Sum of RGB (Red+Green+Blue) = 182+39+37=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B62725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62725 is #49D8DA. Grayscale: #515151. Windows color (decimal): -4839643 or 2434998. OLE color: 2434998.

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

Color convert

RGB 182 39 37 -
CMYK 0 0.79 0.80 0.29
HSL 0.83º 0.66% 0.43% -
HSV(B) 0.83º 0.8% 0.71% -
XYZ 20.35 11.53 2.9 -
YUV 81.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 182 39 37 0 0.79 0.80 0.29 0.83 0.66 0.43
Hex B6 27 25 0 4F 50 1D 1 42 2B
Octal 266 47 45 0 117 120 35 1 102 53
Binary 10110110 100111 100101 0 1001111 1010000 11101 1 1000010 101011

Color Harmonies of #B62725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62725

Black with #B62725

Text Example


Text Example

White with #B62725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62725; }

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

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

background-color css

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

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

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

border-color css

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

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

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