Html Css Color HEX #B90B3E Cardinal

📋 copy color: '#B90B3E'

red 185 ◦ green 11 ◦ blue 62

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

Shades of Cardinal #B90B3E

Tints of Cardinal #B90B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 71.71%
G = 4.26%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B90B3E (or 0xB90B3E) is known color: Cardinal. HEX triplet: B9, 0B and 3E. RGB value is (185,11,62). Sum of RGB (Red+Green+Blue) = 185+11+62=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B3E is #46F4C1. Grayscale: #444444. Windows color (decimal): -4650178 or 4066233. OLE color: 4066233.

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

Color convert

RGB 185 11 62 -
CMYK 0 0.94 0.66 0.27
HSL 342.41º 0.89% 0.38% -
HSV(B) 342.41º 0.94% 0.73% -
XYZ 21 10.9 5.55 -
YUV 68.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 185 11 62 0 0.94 0.66 0.27 342.41 0.89 0.38
Hex B9 B 3E 0 5E 42 1B 156 59 26
Octal 271 13 76 0 136 102 33 526 131 46
Binary 10111001 1011 111110 0 1011110 1000010 11011 101010110 1011001 100110

Color Harmonies of #B90B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B3E

Black with #B90B3E

Text Example


Text Example

White with #B90B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B3E; }

 p { color: rgb(185,11,62); }

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

background-color css

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

 a { background-color: rgb(185,11,62); }

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

border-color css

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

 span { border-color: rgb(185,11,62); }

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