Html Css Color HEX #B90841 Cardinal

📋 copy color: '#B90841'

red 185 ◦ green 8 ◦ blue 65

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

Shades of Cardinal #B90841

Tints of Cardinal #B90841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 71.71%
G = 3.1%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90841 (or 0xB90841) is known color: Cardinal. HEX triplet: B9, 08 and 41. RGB value is (185,8,65). Sum of RGB (Red+Green+Blue) = 185+8+65=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90841 is #46F7BE. Grayscale: #434343. Windows color (decimal): -4650943 or 4262073. OLE color: 4262073.

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

Color convert

RGB 185 8 65 -
CMYK 0 0.96 0.65 0.27
HSL 340.68º 0.92% 0.38% -
HSV(B) 340.68º 0.96% 0.73% -
XYZ 21.05 10.87 5.99 -
YUV 67.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 185 8 65 0 0.96 0.65 0.27 340.68 0.92 0.38
Hex B9 8 41 0 60 41 1B 155 5C 26
Octal 271 10 101 0 140 101 33 525 134 46
Binary 10111001 1000 1000001 0 1100000 1000001 11011 101010101 1011100 100110

Color Harmonies of #B90841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90841

Black with #B90841

Text Example


Text Example

White with #B90841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90841; }

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

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

background-color css

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

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

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

border-color css

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

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

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