Html Css Color HEX #B90E3A Cardinal

📋 copy color: '#B90E3A'

red 185 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #B90E3A

Tints of Cardinal #B90E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 71.98%
G = 5.45%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B90E3A (or 0xB90E3A) is known color: Cardinal. HEX triplet: B9, 0E and 3A. RGB value is (185,14,58). Sum of RGB (Red+Green+Blue) = 185+14+58=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E3A is #46F1C5. Grayscale: #464646. Windows color (decimal): -4649414 or 3804857. OLE color: 3804857.

HSL color Cylindrical-coordinate representation of color #B90E3A: hue angle of 344.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E3A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 14 58 -
CMYK 0 0.92 0.69 0.27
HSL 344.56º 0.86% 0.39% -
HSV(B) 344.56º 0.92% 0.73% -
XYZ 20.93 10.93 5.01 -
YUV 70.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 185 14 58 0 0.92 0.69 0.27 344.56 0.86 0.39
Hex B9 E 3A 0 5C 45 1B 159 56 27
Octal 271 16 72 0 134 105 33 531 126 47
Binary 10111001 1110 111010 0 1011100 1000101 11011 101011001 1010110 100111

Color Harmonies of #B90E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E3A

Black with #B90E3A

Text Example


Text Example

White with #B90E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E3A; }

 p { color: rgb(185,14,58); }

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

background-color css

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

 a { background-color: rgb(185,14,58); }

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

border-color css

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

 span { border-color: rgb(185,14,58); }

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