Html Css Color HEX #60181A Burnt Crimson

📋 copy color: '#60181A'

red 96 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #60181A

Tints of Burnt Crimson #60181A

RGB

 RED value IS 96 (37.89% from 255) = 65.75%

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 65.75%
G = 16.44%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60181A (or 0x60181A) is known color: Burnt Crimson. HEX triplet: 60, 18 and 1A. RGB value is (96,24,26). Sum of RGB (Red+Green+Blue) = 96+24+26=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60181A is #9FE7E5. Grayscale: #2D2D2D. Windows color (decimal): -10479590 or 1710176. OLE color: 1710176.

HSL color Cylindrical-coordinate representation of color #60181A: hue angle of 358.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60181A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 26 -
CMYK 0 0.75 0.73 0.62
HSL 358.33º 0.6% 0.24% -
HSV(B) 358.33º 0.75% 0.38% -
XYZ 5.34 3.21 1.32 -
YUV 45.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 96 24 26 0 0.75 0.73 0.62 358.33 0.6 0.24
Hex 60 18 1A 0 4B 49 3E 166 3C 18
Octal 140 30 32 0 113 111 76 546 74 30
Binary 1100000 11000 11010 0 1001011 1001001 111110 101100110 111100 11000

Color Harmonies of #60181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60181A

Black with #60181A

Text Example


Text Example

White with #60181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60181A; }

 p { color: rgb(96,24,26); }

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

background-color css

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

 a { background-color: rgb(96,24,26); }

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

border-color css

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

 span { border-color: rgb(96,24,26); }

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