Html Css Color HEX #B90B2D Cardinal

📋 copy color: '#B90B2D'

red 185 ◦ green 11 ◦ blue 45

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

Shades of Cardinal #B90B2D

Tints of Cardinal #B90B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

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

R = 76.76%
G = 4.56%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B90B2D (or 0xB90B2D) is known color: Cardinal. HEX triplet: B9, 0B and 2D. RGB value is (185,11,45). Sum of RGB (Red+Green+Blue) = 185+11+45=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B2D is #46F4D2. Grayscale: #424242. Windows color (decimal): -4650195 or 2952121. OLE color: 2952121.

HSL color Cylindrical-coordinate representation of color #B90B2D: hue angle of 348.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 11 45 -
CMYK 0 0.94 0.76 0.27
HSL 348.28º 0.89% 0.38% -
HSV(B) 348.28º 0.94% 0.73% -
XYZ 20.6 10.74 3.47 -
YUV 66.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 185 11 45 0 0.94 0.76 0.27 348.28 0.89 0.38
Hex B9 B 2D 0 5E 4C 1B 15C 59 26
Octal 271 13 55 0 136 114 33 534 131 46
Binary 10111001 1011 101101 0 1011110 1001100 11011 101011100 1011001 100110

Color Harmonies of #B90B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B2D

Black with #B90B2D

Text Example


Text Example

White with #B90B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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