Html Css Color HEX #B62927 Fire Brick

📋 copy color: '#B62927'

red 182 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #B62927

Tints of Fire Brick #B62927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 69.47%
G = 15.65%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B62927 (or 0xB62927) is known color: Fire Brick. HEX triplet: B6, 29 and 27. RGB value is (182,41,39). Sum of RGB (Red+Green+Blue) = 182+41+39=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B62927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62927 is #49D6D8. Grayscale: #535353. Windows color (decimal): -4839129 or 2566582. OLE color: 2566582.

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

Color convert

RGB 182 41 39 -
CMYK 0 0.77 0.79 0.29
HSL 0.84º 0.65% 0.43% -
HSV(B) 0.84º 0.79% 0.71% -
XYZ 20.45 11.68 3.1 -
YUV 82.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 182 41 39 0 0.77 0.79 0.29 0.84 0.65 0.43
Hex B6 29 27 0 4D 4F 1D 1 41 2B
Octal 266 51 47 0 115 117 35 1 101 53
Binary 10110110 101001 100111 0 1001101 1001111 11101 1 1000001 101011

Color Harmonies of #B62927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62927

Black with #B62927

Text Example


Text Example

White with #B62927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62927; }

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

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

background-color css

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

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

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

border-color css

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

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

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