Html Css Color HEX #B90E35 Cardinal

📋 copy color: '#B90E35'

red 185 ◦ green 14 ◦ blue 53

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

Shades of Cardinal #B90E35

Tints of Cardinal #B90E35

RGB

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

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

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

R = 73.41%
G = 5.56%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90E35 (or 0xB90E35) is known color: Cardinal. HEX triplet: B9, 0E and 35. RGB value is (185,14,53). Sum of RGB (Red+Green+Blue) = 185+14+53=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E35 is #46F1CA. Grayscale: #454545. Windows color (decimal): -4649419 or 3477177. OLE color: 3477177.

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

Color convert

RGB 185 14 53 -
CMYK 0 0.92 0.71 0.27
HSL 346.32º 0.86% 0.39% -
HSV(B) 346.32º 0.92% 0.73% -
XYZ 20.81 10.89 4.37 -
YUV 69.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 185 14 53 0 0.92 0.71 0.27 346.32 0.86 0.39
Hex B9 E 35 0 5C 47 1B 15A 56 27
Octal 271 16 65 0 134 107 33 532 126 47
Binary 10111001 1110 110101 0 1011100 1000111 11011 101011010 1010110 100111

Color Harmonies of #B90E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E35

Black with #B90E35

Text Example


Text Example

White with #B90E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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