Html Css Color HEX #B90C2D Cardinal

📋 copy color: '#B90C2D'

red 185 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #B90C2D

Tints of Cardinal #B90C2D

RGB

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

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

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

R = 76.45%
G = 4.96%
B = 18.6%

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

#B90C2D (or 0xB90C2D) is known color: Cardinal. HEX triplet: B9, 0C and 2D. RGB value is (185,12,45). Sum of RGB (Red+Green+Blue) = 185+12+45=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C2D is #46F3D2. Grayscale: #434343. Windows color (decimal): -4649939 or 2952377. OLE color: 2952377.

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

Color convert

RGB 185 12 45 -
CMYK 0 0.94 0.76 0.27
HSL 348.55º 0.88% 0.39% -
HSV(B) 348.55º 0.94% 0.73% -
XYZ 20.61 10.77 3.47 -
YUV 67.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 185 12 45 0 0.94 0.76 0.27 348.55 0.88 0.39
Hex B9 C 2D 0 5E 4C 1B 15D 58 27
Octal 271 14 55 0 136 114 33 535 130 47
Binary 10111001 1100 101101 0 1011110 1001100 11011 101011101 1011000 100111

Color Harmonies of #B90C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C2D

Black with #B90C2D

Text Example


Text Example

White with #B90C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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