Html Css Color HEX #462328 Bulgarian Rose

📋 copy color: '#462328'

red 70 ◦ green 35 ◦ blue 40

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

Shades of Bulgarian Rose #462328

Tints of Bulgarian Rose #462328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 48.28%
G = 24.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#462328 (or 0x462328) is known color: Bulgarian Rose. HEX triplet: 46, 23 and 28. RGB value is (70,35,40). Sum of RGB (Red+Green+Blue) = 70+35+40=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462328 is #B9DCD7. Grayscale: #2E2E2E. Windows color (decimal): -12180696 or 2630470. OLE color: 2630470.

HSL color Cylindrical-coordinate representation of color #462328: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462328 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 40 -
CMYK 0 0.5 0.43 0.73
HSL 351.43º 0.33% 0.21% -
HSV(B) 351.43º 0.5% 0.27% -
XYZ 3.51 2.66 2.34 -
YUV 46.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 70 35 40 0 0.5 0.43 0.73 351.43 0.33 0.21
Hex 46 23 28 0 32 2B 49 15F 21 15
Octal 106 43 50 0 62 53 111 537 41 25
Binary 1000110 100011 101000 0 110010 101011 1001001 101011111 100001 10101

Color Harmonies of #462328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462328

Black with #462328

Text Example


Text Example

White with #462328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462328; }

 p { color: rgb(70,35,40); }

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

background-color css

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

 a { background-color: rgb(70,35,40); }

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

border-color css

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

 span { border-color: rgb(70,35,40); }

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