Html Css Color HEX #B90041 Cardinal

📋 copy color: '#B90041'

red 185 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #B90041

Tints of Cardinal #B90041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 74%
G = 0%
B = 26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90041 (or 0xB90041) is known color: Cardinal. HEX triplet: B9, 00 and 41. RGB value is (185,0,65). Sum of RGB (Red+Green+Blue) = 185+0+65=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B90041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90041 is #46FFBE. Grayscale: #3E3E3E. Windows color (decimal): -4652991 or 4260025. OLE color: 4260025.

HSL color Cylindrical-coordinate representation of color #B90041: hue angle of 338.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90041 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 65 -
CMYK 0 1 0.65 0.27
HSL 338.92º 1% 0.36% -
HSV(B) 338.92º 1% 0.73% -
XYZ 20.96 10.7 5.96 -
YUV 62.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 185 0 65 0 1 0.65 0.27 338.92 1 0.36
Hex B9 0 41 0 64 41 1B 153 64 24
Octal 271 0 101 0 144 101 33 523 144 44
Binary 10111001 0 1000001 0 1100100 1000001 11011 101010011 1100100 100100

Color Harmonies of #B90041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90041

Black with #B90041

Text Example


Text Example

White with #B90041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90041; }

 p { color: rgb(185,0,65); }

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

background-color css

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

 a { background-color: rgb(185,0,65); }

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

border-color css

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

 span { border-color: rgb(185,0,65); }

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