Html Css Color HEX #B25A1D Fiery Orange

📋 copy color: '#B25A1D'

red 178 ◦ green 90 ◦ blue 29

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

Shades of Fiery Orange #B25A1D

Tints of Fiery Orange #B25A1D

RGB

 RED value IS 178 (69.92% from 255) = 59.93%

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 59.93%
G = 30.3%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B25A1D (or 0xB25A1D) is known color: Fiery Orange. HEX triplet: B2, 5A and 1D. RGB value is (178,90,29). Sum of RGB (Red+Green+Blue) = 178+90+29=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A1D is #4DA5E2. Grayscale: #6D6D6D. Windows color (decimal): -5088739 or 1923762. OLE color: 1923762.

HSL color Cylindrical-coordinate representation of color #B25A1D: hue angle of 24.56º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B25A1D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 90 29 -
CMYK 0 0.49 0.84 0.30
HSL 24.56º 0.72% 0.41% -
HSV(B) 24.56º 0.84% 0.7% -
XYZ 22.24 16.87 3.25 -
YUV 109.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 178 90 29 0 0.49 0.84 0.30 24.56 0.72 0.41
Hex B2 5A 1D 0 31 54 1E 19 48 29
Octal 262 132 35 0 61 124 36 31 110 51
Binary 10110010 1011010 11101 0 110001 1010100 11110 11001 1001000 101001

Color Harmonies of #B25A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A1D

Black with #B25A1D

Text Example


Text Example

White with #B25A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A1D; }

 p { color: rgb(178,90,29); }

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

background-color css

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

 a { background-color: rgb(178,90,29); }

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

border-color css

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

 span { border-color: rgb(178,90,29); }

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