Html Css Color HEX #B90530 Cardinal

📋 copy color: '#B90530'

red 185 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #B90530

Tints of Cardinal #B90530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 77.73%
G = 2.1%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90530 (or 0xB90530) is known color: Cardinal. HEX triplet: B9, 05 and 30. RGB value is (185,5,48). Sum of RGB (Red+Green+Blue) = 185+5+48=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B90530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90530 is #46FACF. Grayscale: #3F3F3F. Windows color (decimal): -4651728 or 3147193. OLE color: 3147193.

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

Color convert

RGB 185 5 48 -
CMYK 0 0.97 0.74 0.27
HSL 345.67º 0.95% 0.37% -
HSV(B) 345.67º 0.97% 0.73% -
XYZ 20.6 10.64 3.76 -
YUV 63.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 185 5 48 0 0.97 0.74 0.27 345.67 0.95 0.37
Hex B9 5 30 0 61 4A 1B 15A 5F 25
Octal 271 5 60 0 141 112 33 532 137 45
Binary 10111001 101 110000 0 1100001 1001010 11011 101011010 1011111 100101

Color Harmonies of #B90530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90530

Black with #B90530

Text Example


Text Example

White with #B90530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90530; }

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

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

background-color css

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

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

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

border-color css

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

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

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