Html Css Color HEX #B90D2A Cardinal

📋 copy color: '#B90D2A'

red 185 ◦ green 13 ◦ blue 42

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

Shades of Cardinal #B90D2A

Tints of Cardinal #B90D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 77.08%
G = 5.42%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B90D2A (or 0xB90D2A) is known color: Cardinal. HEX triplet: B9, 0D and 2A. RGB value is (185,13,42). Sum of RGB (Red+Green+Blue) = 185+13+42=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90D2A is #46F2D5. Grayscale: #434343. Windows color (decimal): -4649686 or 2756025. OLE color: 2756025.

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

Color convert

RGB 185 13 42 -
CMYK 0 0.93 0.77 0.27
HSL 349.88º 0.87% 0.39% -
HSV(B) 349.88º 0.93% 0.73% -
XYZ 20.57 10.77 3.19 -
YUV 67.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 185 13 42 0 0.93 0.77 0.27 349.88 0.87 0.39
Hex B9 D 2A 0 5D 4D 1B 15E 57 27
Octal 271 15 52 0 135 115 33 536 127 47
Binary 10111001 1101 101010 0 1011101 1001101 11011 101011110 1010111 100111

Color Harmonies of #B90D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D2A

Black with #B90D2A

Text Example


Text Example

White with #B90D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D2A; }

 p { color: rgb(185,13,42); }

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

background-color css

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

 a { background-color: rgb(185,13,42); }

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

border-color css

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

 span { border-color: rgb(185,13,42); }

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