Html Css Color HEX #B42925 Fire Brick

📋 copy color: '#B42925'

red 180 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #B42925

Tints of Fire Brick #B42925

RGB

 RED value IS 180 (70.7% from 255) = 69.77%

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

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

R = 69.77%
G = 15.89%
B = 14.34%

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

#B42925 (or 0xB42925) is known color: Fire Brick. HEX triplet: B4, 29 and 25. RGB value is (180,41,37). Sum of RGB (Red+Green+Blue) = 180+41+37=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B42925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42925 is #4BD6DA. Grayscale: #525252. Windows color (decimal): -4970203 or 2435508. OLE color: 2435508.

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

Color convert

RGB 180 41 37 -
CMYK 0 0.77 0.79 0.29
HSL 1.68º 0.66% 0.43% -
HSV(B) 1.68º 0.79% 0.71% -
XYZ 19.95 11.42 2.9 -
YUV 82.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 180 41 37 0 0.77 0.79 0.29 1.68 0.66 0.43
Hex B4 29 25 0 4D 4F 1D 2 42 2B
Octal 264 51 45 0 115 117 35 2 102 53
Binary 10110100 101001 100101 0 1001101 1001111 11101 10 1000010 101011

Color Harmonies of #B42925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42925

Black with #B42925

Text Example


Text Example

White with #B42925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42925; }

 p { color: rgb(180,41,37); }

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

background-color css

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

 a { background-color: rgb(180,41,37); }

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

border-color css

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

 span { border-color: rgb(180,41,37); }

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