Html Css Color HEX #B90230 Cardinal

📋 copy color: '#B90230'

red 185 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #B90230

Tints of Cardinal #B90230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 78.72%
G = 0.85%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90230 (or 0xB90230) is known color: Cardinal. HEX triplet: B9, 02 and 30. RGB value is (185,2,48). Sum of RGB (Red+Green+Blue) = 185+2+48=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B90230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90230 is #46FDCF. Grayscale: #3D3D3D. Windows color (decimal): -4652496 or 3146425. OLE color: 3146425.

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

Color convert

RGB 185 2 48 -
CMYK 0 0.99 0.74 0.27
HSL 344.92º 0.98% 0.37% -
HSV(B) 344.92º 0.99% 0.73% -
XYZ 20.56 10.57 3.75 -
YUV 61.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 185 2 48 0 0.99 0.74 0.27 344.92 0.98 0.37
Hex B9 2 30 0 63 4A 1B 159 62 25
Octal 271 2 60 0 143 112 33 531 142 45
Binary 10111001 10 110000 0 1100011 1001010 11011 101011001 1100010 100101

Color Harmonies of #B90230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90230

Black with #B90230

Text Example


Text Example

White with #B90230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90230; }

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

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

background-color css

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

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

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

border-color css

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

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

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