Html Css Color HEX #480C18 Bordeaux

📋 copy color: '#480C18'

red 72 ◦ green 12 ◦ blue 24

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

Shades of Bordeaux #480C18

Tints of Bordeaux #480C18

RGB

 RED value IS 72 (28.52% from 255) = 66.67%

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#480C18 (or 0x480C18) is known color: Bordeaux. HEX triplet: 48, 0C and 18. RGB value is (72,12,24). Sum of RGB (Red+Green+Blue) = 72+12+24=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C18 is #B7F3E7. Grayscale: #1F1F1F. Windows color (decimal): -12055528 or 1576008. OLE color: 1576008.

HSL color Cylindrical-coordinate representation of color #480C18: hue angle of 348º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480C18 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 12 24 -
CMYK 0 0.83 0.67 0.72
HSL 348º 0.71% 0.16% -
HSV(B) 348º 0.83% 0.28% -
XYZ 2.97 1.71 1.04 -
YUV 31.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 72 12 24 0 0.83 0.67 0.72 348 0.71 0.16
Hex 48 C 18 0 53 43 48 15C 47 10
Octal 110 14 30 0 123 103 110 534 107 20
Binary 1001000 1100 11000 0 1010011 1000011 1001000 101011100 1000111 10000

Color Harmonies of #480C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C18

Black with #480C18

Text Example


Text Example

White with #480C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C18; }

 p { color: rgb(72,12,24); }

 H1.HeaderClassName
 {
   color: #480C18;
 }
 .AnyTagClassName
 {
   color: #480C18;
 }
</style>

background-color css

<style>
 a { background-color: #480C18; }

 a { background-color: rgb(72,12,24); }

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

border-color css

<style>
 span { border-color: #480C18; }

 span { border-color: rgb(72,12,24); }

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