Html Css Color HEX #B90033 Cardinal

📋 copy color: '#B90033'

red 185 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #B90033

Tints of Cardinal #B90033

RGB

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

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

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

R = 78.39%
G = 0%
B = 21.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90033 (or 0xB90033) is known color: Cardinal. HEX triplet: B9, 00 and 33. RGB value is (185,0,51). Sum of RGB (Red+Green+Blue) = 185+0+51=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B90033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90033 is #46FFCC. Grayscale: #3D3D3D. Windows color (decimal): -4653005 or 3342521. OLE color: 3342521.

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

Color convert

RGB 185 0 51 -
CMYK 0 1 0.72 0.27
HSL 343.46º 1% 0.36% -
HSV(B) 343.46º 1% 0.73% -
XYZ 20.61 10.55 4.08 -
YUV 61.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 185 0 51 0 1 0.72 0.27 343.46 1 0.36
Hex B9 0 33 0 64 48 1B 157 64 24
Octal 271 0 63 0 144 110 33 527 144 44
Binary 10111001 0 110011 0 1100100 1001000 11011 101010111 1100100 100100

Color Harmonies of #B90033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90033

Black with #B90033

Text Example


Text Example

White with #B90033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90033; }

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

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

background-color css

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

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

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

border-color css

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

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

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