Html Css Color HEX #B90746 Cardinal

📋 copy color: '#B90746'

red 185 ◦ green 7 ◦ blue 70

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

Shades of Cardinal #B90746

Tints of Cardinal #B90746

RGB

 RED value IS 185 (72.66% from 255) = 70.61%

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 70.61%
G = 2.67%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90746 (or 0xB90746) is known color: Cardinal. HEX triplet: B9, 07 and 46. RGB value is (185,7,70). Sum of RGB (Red+Green+Blue) = 185+7+70=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B90746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90746 is #46F8B9. Grayscale: #434343. Windows color (decimal): -4651194 or 4589497. OLE color: 4589497.

HSL color Cylindrical-coordinate representation of color #B90746: hue angle of 338.76º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90746 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 70 -
CMYK 0 0.96 0.62 0.27
HSL 338.76º 0.93% 0.38% -
HSV(B) 338.76º 0.96% 0.73% -
XYZ 21.19 10.91 6.78 -
YUV 67.4 129.47 211.88 -
System Red Green Blue C M Y K H S L
Decimal 185 7 70 0 0.96 0.62 0.27 338.76 0.93 0.38
Hex B9 7 46 0 60 3E 1B 153 5D 26
Octal 271 7 106 0 140 76 33 523 135 46
Binary 10111001 111 1000110 0 1100000 111110 11011 101010011 1011101 100110

Color Harmonies of #B90746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90746

Black with #B90746

Text Example


Text Example

White with #B90746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90746; }

 p { color: rgb(185,7,70); }

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

background-color css

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

 a { background-color: rgb(185,7,70); }

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

border-color css

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

 span { border-color: rgb(185,7,70); }

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