Html Css Color HEX #B90130 Cardinal

📋 copy color: '#B90130'

red 185 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B90130

Tints of Cardinal #B90130

RGB

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

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

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

R = 79.06%
G = 0.43%
B = 20.51%

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

#B90130 (or 0xB90130) is known color: Cardinal. HEX triplet: B9, 01 and 30. RGB value is (185,1,48). Sum of RGB (Red+Green+Blue) = 185+1+48=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B90130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90130 is #46FECF. Grayscale: #3D3D3D. Windows color (decimal): -4652752 or 3146169. OLE color: 3146169.

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

Color convert

RGB 185 1 48 -
CMYK 0 0.99 0.74 0.27
HSL 344.67º 0.99% 0.36% -
HSV(B) 344.67º 0.99% 0.73% -
XYZ 20.55 10.55 3.75 -
YUV 61.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 185 1 48 0 0.99 0.74 0.27 344.67 0.99 0.36
Hex B9 1 30 0 63 4A 1B 159 63 24
Octal 271 1 60 0 143 112 33 531 143 44
Binary 10111001 1 110000 0 1100011 1001010 11011 101011001 1100011 100100

Color Harmonies of #B90130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90130

Black with #B90130

Text Example


Text Example

White with #B90130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90130; }

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

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

background-color css

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

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

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

border-color css

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

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

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