Html Css Color HEX #B62F29 Fire Brick

📋 copy color: '#B62F29'

red 182 ◦ green 47 ◦ blue 41

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

Shades of Fire Brick #B62F29

Tints of Fire Brick #B62F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 67.41%
G = 17.41%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B62F29 (or 0xB62F29) is known color: Fire Brick. HEX triplet: B6, 2F and 29. RGB value is (182,47,41). Sum of RGB (Red+Green+Blue) = 182+47+41=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F29 is #49D0D6. Grayscale: #565656. Windows color (decimal): -4837591 or 2699190. OLE color: 2699190.

HSL color Cylindrical-coordinate representation of color #B62F29: hue angle of 2.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62F29 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 47 41 -
CMYK 0 0.74 0.77 0.29
HSL 2.55º 0.63% 0.44% -
HSV(B) 2.55º 0.77% 0.71% -
XYZ 20.71 12.14 3.35 -
YUV 86.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 182 47 41 0 0.74 0.77 0.29 2.55 0.63 0.44
Hex B6 2F 29 0 4A 4D 1D 3 3F 2C
Octal 266 57 51 0 112 115 35 3 77 54
Binary 10110110 101111 101001 0 1001010 1001101 11101 11 111111 101100

Color Harmonies of #B62F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F29

Black with #B62F29

Text Example


Text Example

White with #B62F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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