Html Css Color HEX #B90133 Cardinal

📋 copy color: '#B90133'

red 185 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #B90133

Tints of Cardinal #B90133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 78.06%
G = 0.42%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90133 (or 0xB90133) is known color: Cardinal. HEX triplet: B9, 01 and 33. RGB value is (185,1,51). Sum of RGB (Red+Green+Blue) = 185+1+51=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90133 is #46FECC. Grayscale: #3D3D3D. Windows color (decimal): -4652749 or 3342777. OLE color: 3342777.

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

Color convert

RGB 185 1 51 -
CMYK 0 0.99 0.72 0.27
HSL 343.7º 0.99% 0.36% -
HSV(B) 343.7º 0.99% 0.73% -
XYZ 20.62 10.58 4.09 -
YUV 61.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 185 1 51 0 0.99 0.72 0.27 343.7 0.99 0.36
Hex B9 1 33 0 63 48 1B 158 63 24
Octal 271 1 63 0 143 110 33 530 143 44
Binary 10111001 1 110011 0 1100011 1001000 11011 101011000 1100011 100100

Color Harmonies of #B90133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90133

Black with #B90133

Text Example


Text Example

White with #B90133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90133; }

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

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

background-color css

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

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

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

border-color css

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

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

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