Html Css Color HEX #462224 Bulgarian Rose

📋 copy color: '#462224'

red 70 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #462224

Tints of Bulgarian Rose #462224

RGB

 RED value IS 70 (27.73% from 255) = 50%

 GREEN value IS 34 (13.67% from 255) = 24.29%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 50%
G = 24.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#462224 (or 0x462224) is known color: Bulgarian Rose. HEX triplet: 46, 22 and 24. RGB value is (70,34,36). Sum of RGB (Red+Green+Blue) = 70+34+36=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462224 is #B9DDDB. Grayscale: #2D2D2D. Windows color (decimal): -12180956 or 2368070. OLE color: 2368070.

HSL color Cylindrical-coordinate representation of color #462224: hue angle of 356.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462224 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 36 -
CMYK 0 0.51 0.49 0.73
HSL 356.67º 0.35% 0.2% -
HSV(B) 356.67º 0.51% 0.27% -
XYZ 3.42 2.57 1.99 -
YUV 44.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 70 34 36 0 0.51 0.49 0.73 356.67 0.35 0.2
Hex 46 22 24 0 33 31 49 165 23 14
Octal 106 42 44 0 63 61 111 545 43 24
Binary 1000110 100010 100100 0 110011 110001 1001001 101100101 100011 10100

Color Harmonies of #462224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462224

Black with #462224

Text Example


Text Example

White with #462224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462224; }

 p { color: rgb(70,34,36); }

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

background-color css

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

 a { background-color: rgb(70,34,36); }

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

border-color css

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

 span { border-color: rgb(70,34,36); }

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