Html Css Color HEX #B42525 Fire Brick

📋 copy color: '#B42525'

red 180 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #B42525

Tints of Fire Brick #B42525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 70.87%
G = 14.57%
B = 14.57%

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

#B42525 (or 0xB42525) is known color: Fire Brick. HEX triplet: B4, 25 and 25. RGB value is (180,37,37). Sum of RGB (Red+Green+Blue) = 180+37+37=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B42525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42525 is #4BDADA. Grayscale: #4F4F4F. Windows color (decimal): -4971227 or 2434484. OLE color: 2434484.

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

Color convert

RGB 180 37 37 -
CMYK 0 0.79 0.79 0.29
HSL 0.66% 0.43% -
HSV(B) 0.79% 0.71% -
XYZ 19.82 11.16 2.86 -
YUV 79.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 180 37 37 0 0.79 0.79 0.29 0 0.66 0.43
Hex B4 25 25 0 4F 4F 1D 0 42 2B
Octal 264 45 45 0 117 117 35 0 102 53
Binary 10110100 100101 100101 0 1001111 1001111 11101 0 1000010 101011

Color Harmonies of #B42525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42525

Black with #B42525

Text Example


Text Example

White with #B42525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42525; }

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

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

background-color css

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

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

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

border-color css

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

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

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