Html Css Color HEX #270B0F Rustic Red

📋 copy color: '#270B0F'

red 39 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #270B0F

Tints of Rustic Red #270B0F

RGB

 RED value IS 39 (15.63% from 255) = 60%

 GREEN value IS 11 (4.69% from 255) = 16.92%

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 60%
G = 16.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#270B0F (or 0x270B0F) is known color: Rustic Red. HEX triplet: 27, 0B and 0F. RGB value is (39,11,15). Sum of RGB (Red+Green+Blue) = 39+11+15=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B0F is #D8F4F0. Grayscale: #131313. Windows color (decimal): -14218481 or 985895. OLE color: 985895.

HSL color Cylindrical-coordinate representation of color #270B0F: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B0F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 11 15 -
CMYK 0 0.72 0.62 0.85
HSL 351.43º 0.56% 0.1% -
HSV(B) 351.43º 0.72% 0.15% -
XYZ 1.04 0.71 0.53 -
YUV 19.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 39 11 15 0 0.72 0.62 0.85 351.43 0.56 0.1
Hex 27 B F 0 48 3E 55 15F 38 A
Octal 47 13 17 0 110 76 125 537 70 12
Binary 100111 1011 1111 0 1001000 111110 1010101 101011111 111000 1010

Color Harmonies of #270B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B0F

Black with #270B0F

Text Example


Text Example

White with #270B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270B0F; }

 p { color: rgb(39,11,15); }

 H1.HeaderClassName
 {
   color: #270B0F;
 }
 .AnyTagClassName
 {
   color: #270B0F;
 }
</style>

background-color css

<style>
 a { background-color: #270B0F; }

 a { background-color: rgb(39,11,15); }

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

border-color css

<style>
 span { border-color: #270B0F; }

 span { border-color: rgb(39,11,15); }

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