Html Css Color HEX #B4260C Fire Brick

📋 copy color: '#B4260C'

red 180 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #B4260C

Tints of Fire Brick #B4260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 78.26%
G = 16.52%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4260C (or 0xB4260C) is known color: Fire Brick. HEX triplet: B4, 26 and 0C. RGB value is (180,38,12). Sum of RGB (Red+Green+Blue) = 180+38+12=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B4260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4260C is #4BD9F3. Grayscale: #4D4D4D. Windows color (decimal): -4970996 or 796340. OLE color: 796340.

HSL color Cylindrical-coordinate representation of color #B4260C: hue angle of 9.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4260C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 12 -
CMYK 0 0.79 0.93 0.29
HSL 9.29º 0.88% 0.38% -
HSV(B) 9.29º 0.93% 0.71% -
XYZ 19.58 11.12 1.46 -
YUV 77.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 180 38 12 0 0.79 0.93 0.29 9.29 0.88 0.38
Hex B4 26 C 0 4F 5D 1D 9 58 26
Octal 264 46 14 0 117 135 35 11 130 46
Binary 10110100 100110 1100 0 1001111 1011101 11101 1001 1011000 100110

Color Harmonies of #B4260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4260C

Black with #B4260C

Text Example


Text Example

White with #B4260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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