Html Css Color HEX #B90138 Cardinal

📋 copy color: '#B90138'

red 185 ◦ green 1 ◦ blue 56

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

Shades of Cardinal #B90138

Tints of Cardinal #B90138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 76.45%
G = 0.41%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90138 (or 0xB90138) is known color: Cardinal. HEX triplet: B9, 01 and 38. RGB value is (185,1,56). Sum of RGB (Red+Green+Blue) = 185+1+56=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90138 is #46FEC7. Grayscale: #3E3E3E. Windows color (decimal): -4652744 or 3670457. OLE color: 3670457.

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

Color convert

RGB 185 1 56 -
CMYK 0 0.99 0.70 0.27
HSL 342.07º 0.99% 0.36% -
HSV(B) 342.07º 0.99% 0.73% -
XYZ 20.73 10.62 4.7 -
YUV 62.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 185 1 56 0 0.99 0.70 0.27 342.07 0.99 0.36
Hex B9 1 38 0 63 46 1B 156 63 24
Octal 271 1 70 0 143 106 33 526 143 44
Binary 10111001 1 111000 0 1100011 1000110 11011 101010110 1100011 100100

Color Harmonies of #B90138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90138

Black with #B90138

Text Example


Text Example

White with #B90138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90138; }

 p { color: rgb(185,1,56); }

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

background-color css

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

 a { background-color: rgb(185,1,56); }

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

border-color css

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

 span { border-color: rgb(185,1,56); }

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