Html Css Color HEX #B90742 Cardinal

📋 copy color: '#B90742'

red 185 ◦ green 7 ◦ blue 66

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

Shades of Cardinal #B90742

Tints of Cardinal #B90742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 71.71%
G = 2.71%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90742 (or 0xB90742) is known color: Cardinal. HEX triplet: B9, 07 and 42. RGB value is (185,7,66). Sum of RGB (Red+Green+Blue) = 185+7+66=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90742 is #46F8BD. Grayscale: #424242. Windows color (decimal): -4651198 or 4327353. OLE color: 4327353.

HSL color Cylindrical-coordinate representation of color #B90742: hue angle of 340.11º 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 #B90742 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 66 -
CMYK 0 0.96 0.64 0.27
HSL 340.11º 0.93% 0.38% -
HSV(B) 340.11º 0.96% 0.73% -
XYZ 21.07 10.86 6.14 -
YUV 66.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 185 7 66 0 0.96 0.64 0.27 340.11 0.93 0.38
Hex B9 7 42 0 60 40 1B 154 5D 26
Octal 271 7 102 0 140 100 33 524 135 46
Binary 10111001 111 1000010 0 1100000 1000000 11011 101010100 1011101 100110

Color Harmonies of #B90742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90742

Black with #B90742

Text Example


Text Example

White with #B90742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90742; }

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

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

background-color css

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

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

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

border-color css

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

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

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