Html Css Color HEX #B90633 Cardinal

📋 copy color: '#B90633'

red 185 ◦ green 6 ◦ blue 51

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

Shades of Cardinal #B90633

Tints of Cardinal #B90633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 76.45%
G = 2.48%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90633 (or 0xB90633) is known color: Cardinal. HEX triplet: B9, 06 and 33. RGB value is (185,6,51). Sum of RGB (Red+Green+Blue) = 185+6+51=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90633 is #46F9CC. Grayscale: #404040. Windows color (decimal): -4651469 or 3344057. OLE color: 3344057.

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

Color convert

RGB 185 6 51 -
CMYK 0 0.97 0.72 0.27
HSL 344.92º 0.94% 0.37% -
HSV(B) 344.92º 0.97% 0.73% -
XYZ 20.67 10.68 4.1 -
YUV 64.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 185 6 51 0 0.97 0.72 0.27 344.92 0.94 0.37
Hex B9 6 33 0 61 48 1B 159 5E 25
Octal 271 6 63 0 141 110 33 531 136 45
Binary 10111001 110 110011 0 1100001 1001000 11011 101011001 1011110 100101

Color Harmonies of #B90633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90633

Black with #B90633

Text Example


Text Example

White with #B90633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90633; }

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

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

background-color css

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

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

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

border-color css

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

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

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