Html Css Color HEX #B42625 Fire Brick

📋 copy color: '#B42625'

red 180 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #B42625

Tints of Fire Brick #B42625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

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

R = 70.59%
G = 14.9%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B42625 (or 0xB42625) is known color: Fire Brick. HEX triplet: B4, 26 and 25. RGB value is (180,38,37). Sum of RGB (Red+Green+Blue) = 180+38+37=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B42625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42625 is #4BD9DA. Grayscale: #505050. Windows color (decimal): -4970971 or 2434740. OLE color: 2434740.

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

Color convert

RGB 180 38 37 -
CMYK 0 0.79 0.79 0.29
HSL 0.42º 0.66% 0.43% -
HSV(B) 0.42º 0.79% 0.71% -
XYZ 19.85 11.22 2.87 -
YUV 80.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 180 38 37 0 0.79 0.79 0.29 0.42 0.66 0.43
Hex B4 26 25 0 4F 4F 1D 0 42 2B
Octal 264 46 45 0 117 117 35 0 102 53
Binary 10110100 100110 100101 0 1001111 1001111 11101 0 1000010 101011

Color Harmonies of #B42625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42625

Black with #B42625

Text Example


Text Example

White with #B42625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42625; }

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

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

background-color css

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

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

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

border-color css

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

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

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