Html Css Color HEX #B90E2B Cardinal

📋 copy color: '#B90E2B'

red 185 ◦ green 14 ◦ blue 43

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

Shades of Cardinal #B90E2B

Tints of Cardinal #B90E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 76.45%
G = 5.79%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B90E2B (or 0xB90E2B) is known color: Cardinal. HEX triplet: B9, 0E and 2B. RGB value is (185,14,43). Sum of RGB (Red+Green+Blue) = 185+14+43=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E2B is #46F1D4. Grayscale: #444444. Windows color (decimal): -4649429 or 2821817. OLE color: 2821817.

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

Color convert

RGB 185 14 43 -
CMYK 0 0.92 0.77 0.27
HSL 349.82º 0.86% 0.39% -
HSV(B) 349.82º 0.92% 0.73% -
XYZ 20.6 10.8 3.28 -
YUV 68.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 185 14 43 0 0.92 0.77 0.27 349.82 0.86 0.39
Hex B9 E 2B 0 5C 4D 1B 15E 56 27
Octal 271 16 53 0 134 115 33 536 126 47
Binary 10111001 1110 101011 0 1011100 1001101 11011 101011110 1010110 100111

Color Harmonies of #B90E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E2B

Black with #B90E2B

Text Example


Text Example

White with #B90E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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