Html Css Color HEX #B90541 Cardinal

📋 copy color: '#B90541'

red 185 ◦ green 5 ◦ blue 65

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

Shades of Cardinal #B90541

Tints of Cardinal #B90541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 72.55%
G = 1.96%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90541 (or 0xB90541) is known color: Cardinal. HEX triplet: B9, 05 and 41. RGB value is (185,5,65). Sum of RGB (Red+Green+Blue) = 185+5+65=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90541 is #46FABE. Grayscale: #414141. Windows color (decimal): -4651711 or 4261305. OLE color: 4261305.

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

Color convert

RGB 185 5 65 -
CMYK 0 0.97 0.65 0.27
HSL 340º 0.95% 0.37% -
HSV(B) 340º 0.97% 0.73% -
XYZ 21.02 10.8 5.98 -
YUV 65.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 185 5 65 0 0.97 0.65 0.27 340 0.95 0.37
Hex B9 5 41 0 61 41 1B 154 5F 25
Octal 271 5 101 0 141 101 33 524 137 45
Binary 10111001 101 1000001 0 1100001 1000001 11011 101010100 1011111 100101

Color Harmonies of #B90541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90541

Black with #B90541

Text Example


Text Example

White with #B90541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90541; }

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

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

background-color css

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

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

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

border-color css

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

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

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