Html Css Color HEX #481C1E Bulgarian Rose

📋 copy color: '#481C1E'

red 72 ◦ green 28 ◦ blue 30

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

Shades of Bulgarian Rose #481C1E

Tints of Bulgarian Rose #481C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.54%

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 55.38%
G = 21.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#481C1E (or 0x481C1E) is known color: Bulgarian Rose. HEX triplet: 48, 1C and 1E. RGB value is (72,28,30). Sum of RGB (Red+Green+Blue) = 72+28+30=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1E is #B7E3E1. Grayscale: #292929. Windows color (decimal): -12051426 or 1973320. OLE color: 1973320.

HSL color Cylindrical-coordinate representation of color #481C1E: hue angle of 357.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C1E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 30 -
CMYK 0 0.61 0.58 0.72
HSL 357.27º 0.44% 0.2% -
HSV(B) 357.27º 0.61% 0.28% -
XYZ 3.32 2.3 1.5 -
YUV 41.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 72 28 30 0 0.61 0.58 0.72 357.27 0.44 0.2
Hex 48 1C 1E 0 3D 3A 48 165 2C 14
Octal 110 34 36 0 75 72 110 545 54 24
Binary 1001000 11100 11110 0 111101 111010 1001000 101100101 101100 10100

Color Harmonies of #481C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C1E

Black with #481C1E

Text Example


Text Example

White with #481C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C1E; }

 p { color: rgb(72,28,30); }

 H1.HeaderClassName
 {
   color: #481C1E;
 }
 .AnyTagClassName
 {
   color: #481C1E;
 }
</style>

background-color css

<style>
 a { background-color: #481C1E; }

 a { background-color: rgb(72,28,30); }

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

border-color css

<style>
 span { border-color: #481C1E; }

 span { border-color: rgb(72,28,30); }

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