Html Css Color HEX #852B30 Flame Red

📋 copy color: '#852B30'

red 133 ◦ green 43 ◦ blue 48

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

Shades of Flame Red #852B30

Tints of Flame Red #852B30

RGB

 RED value IS 133 (52.34% from 255) = 59.38%

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 59.38%
G = 19.2%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#852B30 (or 0x852B30) is known color: Flame Red. HEX triplet: 85, 2B and 30. RGB value is (133,43,48). Sum of RGB (Red+Green+Blue) = 133+43+48=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B30 is #7AD4CF. Grayscale: #464646. Windows color (decimal): -8049872 or 3156869. OLE color: 3156869.

HSL color Cylindrical-coordinate representation of color #852B30: hue angle of 356.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B30 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 48 -
CMYK 0 0.68 0.64 0.48
HSL 356.67º 0.51% 0.35% -
HSV(B) 356.67º 0.68% 0.52% -
XYZ 11.07 6.93 3.55 -
YUV 70.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 133 43 48 0 0.68 0.64 0.48 356.67 0.51 0.35
Hex 85 2B 30 0 44 40 30 165 33 23
Octal 205 53 60 0 104 100 60 545 63 43
Binary 10000101 101011 110000 0 1000100 1000000 110000 101100101 110011 100011

Color Harmonies of #852B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B30

Black with #852B30

Text Example


Text Example

White with #852B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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