Html Css Color HEX #46192B Castro

📋 copy color: '#46192B'

red 70 ◦ green 25 ◦ blue 43

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

Shades of Castro #46192B

Tints of Castro #46192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 50.72%
G = 18.12%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#46192B (or 0x46192B) is known color: Castro. HEX triplet: 46, 19 and 2B. RGB value is (70,25,43). Sum of RGB (Red+Green+Blue) = 70+25+43=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46192B is #B9E6D4. Grayscale: #282828. Windows color (decimal): -12183253 or 2824518. OLE color: 2824518.

HSL color Cylindrical-coordinate representation of color #46192B: hue angle of 336º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46192B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 43 -
CMYK 0 0.64 0.39 0.73
HSL 336º 0.47% 0.19% -
HSV(B) 336º 0.64% 0.27% -
XYZ 3.31 2.17 2.53 -
YUV 40.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 70 25 43 0 0.64 0.39 0.73 336 0.47 0.19
Hex 46 19 2B 0 40 27 49 150 2F 13
Octal 106 31 53 0 100 47 111 520 57 23
Binary 1000110 11001 101011 0 1000000 100111 1001001 101010000 101111 10011

Color Harmonies of #46192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46192B

Black with #46192B

Text Example


Text Example

White with #46192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46192B; }

 p { color: rgb(70,25,43); }

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

background-color css

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

 a { background-color: rgb(70,25,43); }

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

border-color css

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

 span { border-color: rgb(70,25,43); }

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