Html Css Color HEX #B62828 Fire Brick

📋 copy color: '#B62828'

red 182 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #B62828

Tints of Fire Brick #B62828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 69.47%
G = 15.27%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B62828 (or 0xB62828) is known color: Fire Brick. HEX triplet: B6, 28 and 28. RGB value is (182,40,40). Sum of RGB (Red+Green+Blue) = 182+40+40=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B62828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62828 is #49D7D7. Grayscale: #525252. Windows color (decimal): -4839384 or 2631862. OLE color: 2631862.

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

Color convert

RGB 182 40 40 -
CMYK 0 0.78 0.78 0.29
HSL 0.64% 0.44% -
HSV(B) 0.78% 0.71% -
XYZ 20.43 11.62 3.17 -
YUV 82.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 182 40 40 0 0.78 0.78 0.29 0 0.64 0.44
Hex B6 28 28 0 4E 4E 1D 0 40 2C
Octal 266 50 50 0 116 116 35 0 100 54
Binary 10110110 101000 101000 0 1001110 1001110 11101 0 1000000 101100

Color Harmonies of #B62828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62828

Black with #B62828

Text Example


Text Example

White with #B62828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62828; }

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

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

background-color css

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

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

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

border-color css

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

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

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