Html Css Color HEX #B62928 Fire Brick

📋 copy color: '#B62928'

red 182 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #B62928

Tints of Fire Brick #B62928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 69.2%
G = 15.59%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B62928 (or 0xB62928) is known color: Fire Brick. HEX triplet: B6, 29 and 28. RGB value is (182,41,40). Sum of RGB (Red+Green+Blue) = 182+41+40=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B62928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62928 is #49D6D7. Grayscale: #535353. Windows color (decimal): -4839128 or 2632118. OLE color: 2632118.

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

Color convert

RGB 182 41 40 -
CMYK 0 0.77 0.78 0.29
HSL 0.42º 0.64% 0.44% -
HSV(B) 0.42º 0.78% 0.71% -
XYZ 20.47 11.68 3.18 -
YUV 83.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 182 41 40 0 0.77 0.78 0.29 0.42 0.64 0.44
Hex B6 29 28 0 4D 4E 1D 0 40 2C
Octal 266 51 50 0 115 116 35 0 100 54
Binary 10110110 101001 101000 0 1001101 1001110 11101 0 1000000 101100

Color Harmonies of #B62928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62928

Black with #B62928

Text Example


Text Example

White with #B62928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62928; }

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

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

background-color css

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

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

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

border-color css

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

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

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