Html Css Color HEX #B90635 Cardinal

📋 copy color: '#B90635'

red 185 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #B90635

Tints of Cardinal #B90635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 75.82%
G = 2.46%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90635 (or 0xB90635) is known color: Cardinal. HEX triplet: B9, 06 and 35. RGB value is (185,6,53). Sum of RGB (Red+Green+Blue) = 185+6+53=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B90635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90635 is #46F9CA. Grayscale: #404040. Windows color (decimal): -4651467 or 3475129. OLE color: 3475129.

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

Color convert

RGB 185 6 53 -
CMYK 0 0.97 0.71 0.27
HSL 344.25º 0.94% 0.37% -
HSV(B) 344.25º 0.97% 0.73% -
XYZ 20.72 10.7 4.34 -
YUV 64.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 185 6 53 0 0.97 0.71 0.27 344.25 0.94 0.37
Hex B9 6 35 0 61 47 1B 158 5E 25
Octal 271 6 65 0 141 107 33 530 136 45
Binary 10111001 110 110101 0 1100001 1000111 11011 101011000 1011110 100101

Color Harmonies of #B90635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90635

Black with #B90635

Text Example


Text Example

White with #B90635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90635; }

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

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

background-color css

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

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

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

border-color css

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

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

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