Html Css Color HEX #B90A3F Cardinal

📋 copy color: '#B90A3F'

red 185 ◦ green 10 ◦ blue 63

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

Shades of Cardinal #B90A3F

Tints of Cardinal #B90A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 71.71%
G = 3.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B90A3F (or 0xB90A3F) is known color: Cardinal. HEX triplet: B9, 0A and 3F. RGB value is (185,10,63). Sum of RGB (Red+Green+Blue) = 185+10+63=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A3F is #46F5C0. Grayscale: #444444. Windows color (decimal): -4650433 or 4131513. OLE color: 4131513.

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

Color convert

RGB 185 10 63 -
CMYK 0 0.95 0.66 0.27
HSL 341.83º 0.9% 0.38% -
HSV(B) 341.83º 0.95% 0.73% -
XYZ 21.01 10.89 5.7 -
YUV 68.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 185 10 63 0 0.95 0.66 0.27 341.83 0.9 0.38
Hex B9 A 3F 0 5F 42 1B 156 5A 26
Octal 271 12 77 0 137 102 33 526 132 46
Binary 10111001 1010 111111 0 1011111 1000010 11011 101010110 1011010 100110

Color Harmonies of #B90A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A3F

Black with #B90A3F

Text Example


Text Example

White with #B90A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A3F; }

 p { color: rgb(185,10,63); }

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

background-color css

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

 a { background-color: rgb(185,10,63); }

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

border-color css

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

 span { border-color: rgb(185,10,63); }

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