Html Css Color HEX #B90030 Cardinal

📋 copy color: '#B90030'

red 185 ◦ green 0 ◦ blue 48

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

Shades of Cardinal #B90030

Tints of Cardinal #B90030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.4%
G = 0%
B = 20.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90030 (or 0xB90030) is known color: Cardinal. HEX triplet: B9, 00 and 30. RGB value is (185,0,48). Sum of RGB (Red+Green+Blue) = 185+0+48=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B90030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90030 is #46FFCF. Grayscale: #3C3C3C. Windows color (decimal): -4653008 or 3145913. OLE color: 3145913.

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

Color convert

RGB 185 0 48 -
CMYK 0 1 0.74 0.27
HSL 344.43º 1% 0.36% -
HSV(B) 344.43º 1% 0.73% -
XYZ 20.54 10.53 3.75 -
YUV 60.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 185 0 48 0 1 0.74 0.27 344.43 1 0.36
Hex B9 0 30 0 64 4A 1B 158 64 24
Octal 271 0 60 0 144 112 33 530 144 44
Binary 10111001 0 110000 0 1100100 1001010 11011 101011000 1100100 100100

Color Harmonies of #B90030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90030

Black with #B90030

Text Example


Text Example

White with #B90030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90030; }

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

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

background-color css

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

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

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

border-color css

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

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

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