Html Css Color HEX #B90244 Cardinal

📋 copy color: '#B90244'

red 185 ◦ green 2 ◦ blue 68

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

Shades of Cardinal #B90244

Tints of Cardinal #B90244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 72.55%
G = 0.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B90244 (or 0xB90244) is known color: Cardinal. HEX triplet: B9, 02 and 44. RGB value is (185,2,68). Sum of RGB (Red+Green+Blue) = 185+2+68=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90244 is #46FDBB. Grayscale: #404040. Windows color (decimal): -4652476 or 4457145. OLE color: 4457145.

HSL color Cylindrical-coordinate representation of color #B90244: hue angle of 338.36º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90244 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 68 -
CMYK 0 0.99 0.63 0.27
HSL 338.36º 0.98% 0.37% -
HSV(B) 338.36º 0.99% 0.73% -
XYZ 21.07 10.78 6.44 -
YUV 64.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 185 2 68 0 0.99 0.63 0.27 338.36 0.98 0.37
Hex B9 2 44 0 63 3F 1B 152 62 25
Octal 271 2 104 0 143 77 33 522 142 45
Binary 10111001 10 1000100 0 1100011 111111 11011 101010010 1100010 100101

Color Harmonies of #B90244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90244

Black with #B90244

Text Example


Text Example

White with #B90244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90244; }

 p { color: rgb(185,2,68); }

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

background-color css

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

 a { background-color: rgb(185,2,68); }

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

border-color css

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

 span { border-color: rgb(185,2,68); }

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