Html Css Color HEX #B90F2E Cardinal

📋 copy color: '#B90F2E'

red 185 ◦ green 15 ◦ blue 46

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

Shades of Cardinal #B90F2E

Tints of Cardinal #B90F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 75.2%
G = 6.1%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B90F2E (or 0xB90F2E) is known color: Cardinal. HEX triplet: B9, 0F and 2E. RGB value is (185,15,46). Sum of RGB (Red+Green+Blue) = 185+15+46=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F2E is #46F0D1. Grayscale: #454545. Windows color (decimal): -4649170 or 3018681. OLE color: 3018681.

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

Color convert

RGB 185 15 46 -
CMYK 0 0.92 0.75 0.27
HSL 349.06º 0.85% 0.39% -
HSV(B) 349.06º 0.92% 0.73% -
XYZ 20.67 10.85 3.59 -
YUV 69.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 185 15 46 0 0.92 0.75 0.27 349.06 0.85 0.39
Hex B9 F 2E 0 5C 4B 1B 15D 55 27
Octal 271 17 56 0 134 113 33 535 125 47
Binary 10111001 1111 101110 0 1011100 1001011 11011 101011101 1010101 100111

Color Harmonies of #B90F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F2E

Black with #B90F2E

Text Example


Text Example

White with #B90F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F2E; }

 p { color: rgb(185,15,46); }

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

background-color css

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

 a { background-color: rgb(185,15,46); }

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

border-color css

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

 span { border-color: rgb(185,15,46); }

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