Html Css Color HEX #B90C3E Cardinal

📋 copy color: '#B90C3E'

red 185 ◦ green 12 ◦ blue 62

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

Shades of Cardinal #B90C3E

Tints of Cardinal #B90C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 71.43%
G = 4.63%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B90C3E (or 0xB90C3E) is known color: Cardinal. HEX triplet: B9, 0C and 3E. RGB value is (185,12,62). Sum of RGB (Red+Green+Blue) = 185+12+62=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C3E is #46F3C1. Grayscale: #454545. Windows color (decimal): -4649922 or 4066489. OLE color: 4066489.

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

Color convert

RGB 185 12 62 -
CMYK 0 0.94 0.66 0.27
HSL 342.66º 0.88% 0.39% -
HSV(B) 342.66º 0.94% 0.73% -
XYZ 21.01 10.93 5.56 -
YUV 69.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 185 12 62 0 0.94 0.66 0.27 342.66 0.88 0.39
Hex B9 C 3E 0 5E 42 1B 157 58 27
Octal 271 14 76 0 136 102 33 527 130 47
Binary 10111001 1100 111110 0 1011110 1000010 11011 101010111 1011000 100111

Color Harmonies of #B90C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C3E

Black with #B90C3E

Text Example


Text Example

White with #B90C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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