Html Css Color HEX #B42F25 Fire Brick

📋 copy color: '#B42F25'

red 180 ◦ green 47 ◦ blue 37

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

Shades of Fire Brick #B42F25

Tints of Fire Brick #B42F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

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

R = 68.18%
G = 17.8%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B42F25 (or 0xB42F25) is known color: Fire Brick. HEX triplet: B4, 2F and 25. RGB value is (180,47,37). Sum of RGB (Red+Green+Blue) = 180+47+37=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F25 is #4BD0DA. Grayscale: #555555. Windows color (decimal): -4968667 or 2437044. OLE color: 2437044.

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

Color convert

RGB 180 47 37 -
CMYK 0 0.74 0.79 0.29
HSL 4.2º 0.66% 0.43% -
HSV(B) 4.2º 0.79% 0.71% -
XYZ 20.17 11.87 2.98 -
YUV 85.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 180 47 37 0 0.74 0.79 0.29 4.2 0.66 0.43
Hex B4 2F 25 0 4A 4F 1D 4 42 2B
Octal 264 57 45 0 112 117 35 4 102 53
Binary 10110100 101111 100101 0 1001010 1001111 11101 100 1000010 101011

Color Harmonies of #B42F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F25

Black with #B42F25

Text Example


Text Example

White with #B42F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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