Html Css Color HEX #963C1E Fire

📋 copy color: '#963C1E'

red 150 ◦ green 60 ◦ blue 30

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

Shades of Fire #963C1E

Tints of Fire #963C1E

RGB

 RED value IS 150 (58.98% from 255) = 62.5%

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 30 (12.11% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#963C1E (or 0x963C1E) is known color: Fire. HEX triplet: 96, 3C and 1E. RGB value is (150,60,30). Sum of RGB (Red+Green+Blue) = 150+60+30=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C1E is #69C3E1. Grayscale: #535353. Windows color (decimal): -6931426 or 1981590. OLE color: 1981590.

HSL color Cylindrical-coordinate representation of color #963C1E: hue angle of 15º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #963C1E is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 30 -
CMYK 0 0.6 0.80 0.41
HSL 15º 0.67% 0.35% -
HSV(B) 15º 0.8% 0.59% -
XYZ 14.43 9.81 2.36 -
YUV 83.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 150 60 30 0 0.6 0.80 0.41 15 0.67 0.35
Hex 96 3C 1E 0 3C 50 29 F 43 23
Octal 226 74 36 0 74 120 51 17 103 43
Binary 10010110 111100 11110 0 111100 1010000 101001 1111 1000011 100011

Color Harmonies of #963C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C1E

Black with #963C1E

Text Example


Text Example

White with #963C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C1E; }

 p { color: rgb(150,60,30); }

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

background-color css

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

 a { background-color: rgb(150,60,30); }

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

border-color css

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

 span { border-color: rgb(150,60,30); }

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