Html Css Color HEX #B90342 Cardinal

📋 copy color: '#B90342'

red 185 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #B90342

Tints of Cardinal #B90342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 72.83%
G = 1.18%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90342 (or 0xB90342) is known color: Cardinal. HEX triplet: B9, 03 and 42. RGB value is (185,3,66). Sum of RGB (Red+Green+Blue) = 185+3+66=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B90342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90342 is #46FCBD. Grayscale: #404040. Windows color (decimal): -4652222 or 4326329. OLE color: 4326329.

HSL color Cylindrical-coordinate representation of color #B90342: hue angle of 339.23º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90342 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 66 -
CMYK 0 0.98 0.64 0.27
HSL 339.23º 0.97% 0.37% -
HSV(B) 339.23º 0.98% 0.73% -
XYZ 21.02 10.77 6.13 -
YUV 64.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 185 3 66 0 0.98 0.64 0.27 339.23 0.97 0.37
Hex B9 3 42 0 62 40 1B 153 61 25
Octal 271 3 102 0 142 100 33 523 141 45
Binary 10111001 11 1000010 0 1100010 1000000 11011 101010011 1100001 100101

Color Harmonies of #B90342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90342

Black with #B90342

Text Example


Text Example

White with #B90342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90342; }

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

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

background-color css

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

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

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

border-color css

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

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

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