Html Css Color HEX #B90C3C Cardinal

📋 copy color: '#B90C3C'

red 185 ◦ green 12 ◦ blue 60

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

Shades of Cardinal #B90C3C

Tints of Cardinal #B90C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 71.98%
G = 4.67%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B90C3C (or 0xB90C3C) is known color: Cardinal. HEX triplet: B9, 0C and 3C. RGB value is (185,12,60). Sum of RGB (Red+Green+Blue) = 185+12+60=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C3C is #46F3C3. Grayscale: #454545. Windows color (decimal): -4649924 or 3935417. OLE color: 3935417.

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

Color convert

RGB 185 12 60 -
CMYK 0 0.94 0.68 0.27
HSL 343.35º 0.88% 0.39% -
HSV(B) 343.35º 0.94% 0.73% -
XYZ 20.95 10.9 5.28 -
YUV 69.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 185 12 60 0 0.94 0.68 0.27 343.35 0.88 0.39
Hex B9 C 3C 0 5E 44 1B 157 58 27
Octal 271 14 74 0 136 104 33 527 130 47
Binary 10111001 1100 111100 0 1011110 1000100 11011 101010111 1011000 100111

Color Harmonies of #B90C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C3C

Black with #B90C3C

Text Example


Text Example

White with #B90C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C3C; }

 p { color: rgb(185,12,60); }

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

background-color css

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

 a { background-color: rgb(185,12,60); }

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

border-color css

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

 span { border-color: rgb(185,12,60); }

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