Html Css Color HEX #B90538 Cardinal

📋 copy color: '#B90538'

red 185 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #B90538

Tints of Cardinal #B90538

RGB

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

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

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

R = 75.2%
G = 2.03%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90538 (or 0xB90538) is known color: Cardinal. HEX triplet: B9, 05 and 38. RGB value is (185,5,56). Sum of RGB (Red+Green+Blue) = 185+5+56=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B90538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90538 is #46FAC7. Grayscale: #404040. Windows color (decimal): -4651720 or 3671481. OLE color: 3671481.

HSL color Cylindrical-coordinate representation of color #B90538: hue angle of 343º 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 #B90538 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 56 -
CMYK 0 0.97 0.70 0.27
HSL 343º 0.95% 0.37% -
HSV(B) 343º 0.97% 0.73% -
XYZ 20.78 10.71 4.71 -
YUV 64.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 185 5 56 0 0.97 0.70 0.27 343 0.95 0.37
Hex B9 5 38 0 61 46 1B 157 5F 25
Octal 271 5 70 0 141 106 33 527 137 45
Binary 10111001 101 111000 0 1100001 1000110 11011 101010111 1011111 100101

Color Harmonies of #B90538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90538

Black with #B90538

Text Example


Text Example

White with #B90538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90538; }

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

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

background-color css

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

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

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

border-color css

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

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

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