Html Css Color HEX #52181A Burnt Crimson

📋 copy color: '#52181A'

red 82 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #52181A

Tints of Burnt Crimson #52181A

RGB

 RED value IS 82 (32.42% from 255) = 62.12%

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

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

R = 62.12%
G = 18.18%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52181A (or 0x52181A) is known color: Burnt Crimson. HEX triplet: 52, 18 and 1A. RGB value is (82,24,26). Sum of RGB (Red+Green+Blue) = 82+24+26=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181A is #ADE7E5. Grayscale: #292929. Windows color (decimal): -11397094 or 1710162. OLE color: 1710162.

HSL color Cylindrical-coordinate representation of color #52181A: hue angle of 357.93º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52181A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 26 -
CMYK 0 0.71 0.68 0.68
HSL 357.93º 0.55% 0.21% -
HSV(B) 357.93º 0.71% 0.32% -
XYZ 3.99 2.52 1.25 -
YUV 41.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 82 24 26 0 0.71 0.68 0.68 357.93 0.55 0.21
Hex 52 18 1A 0 47 44 44 166 37 15
Octal 122 30 32 0 107 104 104 546 67 25
Binary 1010010 11000 11010 0 1000111 1000100 1000100 101100110 110111 10101

Color Harmonies of #52181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52181A

Black with #52181A

Text Example


Text Example

White with #52181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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