Html Css Color HEX #B90A2D Cardinal

📋 copy color: '#B90A2D'

red 185 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B90A2D

Tints of Cardinal #B90A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 77.08%
G = 4.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B90A2D (or 0xB90A2D) is known color: Cardinal. HEX triplet: B9, 0A and 2D. RGB value is (185,10,45). Sum of RGB (Red+Green+Blue) = 185+10+45=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A2D is #46F5D2. Grayscale: #424242. Windows color (decimal): -4650451 or 2951865. OLE color: 2951865.

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

Color convert

RGB 185 10 45 -
CMYK 0 0.95 0.76 0.27
HSL 348º 0.9% 0.38% -
HSV(B) 348º 0.95% 0.73% -
XYZ 20.59 10.72 3.47 -
YUV 66.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 185 10 45 0 0.95 0.76 0.27 348 0.9 0.38
Hex B9 A 2D 0 5F 4C 1B 15C 5A 26
Octal 271 12 55 0 137 114 33 534 132 46
Binary 10111001 1010 101101 0 1011111 1001100 11011 101011100 1011010 100110

Color Harmonies of #B90A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A2D

Black with #B90A2D

Text Example


Text Example

White with #B90A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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