Html Css Color HEX #B90632 Cardinal

📋 copy color: '#B90632'

red 185 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #B90632

Tints of Cardinal #B90632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 76.76%
G = 2.49%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B90632 (or 0xB90632) is known color: Cardinal. HEX triplet: B9, 06 and 32. RGB value is (185,6,50). Sum of RGB (Red+Green+Blue) = 185+6+50=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90632 is #46F9CD. Grayscale: #404040. Windows color (decimal): -4651470 or 3278521. OLE color: 3278521.

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

Color convert

RGB 185 6 50 -
CMYK 0 0.97 0.73 0.27
HSL 345.25º 0.94% 0.37% -
HSV(B) 345.25º 0.97% 0.73% -
XYZ 20.65 10.67 3.99 -
YUV 64.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 185 6 50 0 0.97 0.73 0.27 345.25 0.94 0.37
Hex B9 6 32 0 61 49 1B 159 5E 25
Octal 271 6 62 0 141 111 33 531 136 45
Binary 10111001 110 110010 0 1100001 1001001 11011 101011001 1011110 100101

Color Harmonies of #B90632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90632

Black with #B90632

Text Example


Text Example

White with #B90632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90632; }

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

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

background-color css

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

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

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

border-color css

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

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

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