Html Css Color HEX #96302B Thunderbird

📋 copy color: '#96302B'

red 150 ◦ green 48 ◦ blue 43

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

Shades of Thunderbird #96302B

Tints of Thunderbird #96302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 62.24%
G = 19.92%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96302B (or 0x96302B) is known color: Thunderbird. HEX triplet: 96, 30 and 2B. RGB value is (150,48,43). Sum of RGB (Red+Green+Blue) = 150+48+43=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #96302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96302B is #69CFD4. Grayscale: #4E4E4E. Windows color (decimal): -6934485 or 2830486. OLE color: 2830486.

HSL color Cylindrical-coordinate representation of color #96302B: hue angle of 2.8º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96302B is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 43 -
CMYK 0 0.68 0.71 0.41
HSL 2.8º 0.55% 0.38% -
HSV(B) 2.8º 0.71% 0.59% -
XYZ 14.07 8.77 3.24 -
YUV 77.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 150 48 43 0 0.68 0.71 0.41 2.8 0.55 0.38
Hex 96 30 2B 0 44 47 29 3 37 26
Octal 226 60 53 0 104 107 51 3 67 46
Binary 10010110 110000 101011 0 1000100 1000111 101001 11 110111 100110

Color Harmonies of #96302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96302B

Black with #96302B

Text Example


Text Example

White with #96302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96302B; }

 p { color: rgb(150,48,43); }

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

background-color css

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

 a { background-color: rgb(150,48,43); }

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

border-color css

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

 span { border-color: rgb(150,48,43); }

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