Html Css Color HEX #B90A2B Cardinal

📋 copy color: '#B90A2B'

red 185 ◦ green 10 ◦ blue 43

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

Shades of Cardinal #B90A2B

Tints of Cardinal #B90A2B

RGB

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

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

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

R = 77.73%
G = 4.2%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B90A2B (or 0xB90A2B) is known color: Cardinal. HEX triplet: B9, 0A and 2B. RGB value is (185,10,43). Sum of RGB (Red+Green+Blue) = 185+10+43=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A2B is #46F5D4. Grayscale: #424242. Windows color (decimal): -4650453 or 2820793. OLE color: 2820793.

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

Color convert

RGB 185 10 43 -
CMYK 0 0.95 0.77 0.27
HSL 348.69º 0.9% 0.38% -
HSV(B) 348.69º 0.95% 0.73% -
XYZ 20.55 10.71 3.27 -
YUV 66.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 185 10 43 0 0.95 0.77 0.27 348.69 0.9 0.38
Hex B9 A 2B 0 5F 4D 1B 15D 5A 26
Octal 271 12 53 0 137 115 33 535 132 46
Binary 10111001 1010 101011 0 1011111 1001101 11011 101011101 1011010 100110

Color Harmonies of #B90A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A2B

Black with #B90A2B

Text Example


Text Example

White with #B90A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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