Html Css Color HEX #B90438 Cardinal

📋 copy color: '#B90438'

red 185 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #B90438

Tints of Cardinal #B90438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 75.51%
G = 1.63%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90438 (or 0xB90438) is known color: Cardinal. HEX triplet: B9, 04 and 38. RGB value is (185,4,56). Sum of RGB (Red+Green+Blue) = 185+4+56=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B90438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90438 is #46FBC7. Grayscale: #404040. Windows color (decimal): -4651976 or 3671225. OLE color: 3671225.

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

Color convert

RGB 185 4 56 -
CMYK 0 0.98 0.70 0.27
HSL 342.76º 0.96% 0.37% -
HSV(B) 342.76º 0.98% 0.73% -
XYZ 20.76 10.69 4.71 -
YUV 64.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 185 4 56 0 0.98 0.70 0.27 342.76 0.96 0.37
Hex B9 4 38 0 62 46 1B 157 60 25
Octal 271 4 70 0 142 106 33 527 140 45
Binary 10111001 100 111000 0 1100010 1000110 11011 101010111 1100000 100101

Color Harmonies of #B90438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90438

Black with #B90438

Text Example


Text Example

White with #B90438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90438; }

 p { color: rgb(185,4,56); }

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

background-color css

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

 a { background-color: rgb(185,4,56); }

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

border-color css

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

 span { border-color: rgb(185,4,56); }

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