Html Css Color HEX #B90143 Cardinal

📋 copy color: '#B90143'

red 185 ◦ green 1 ◦ blue 67

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

Shades of Cardinal #B90143

Tints of Cardinal #B90143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 73.12%
G = 0.4%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90143 (or 0xB90143) is known color: Cardinal. HEX triplet: B9, 01 and 43. RGB value is (185,1,67). Sum of RGB (Red+Green+Blue) = 185+1+67=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B90143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90143 is #46FEBC. Grayscale: #3F3F3F. Windows color (decimal): -4652733 or 4391353. OLE color: 4391353.

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

Color convert

RGB 185 1 67 -
CMYK 0 0.99 0.64 0.27
HSL 338.48º 0.99% 0.36% -
HSV(B) 338.48º 0.99% 0.73% -
XYZ 21.03 10.74 6.27 -
YUV 63.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 185 1 67 0 0.99 0.64 0.27 338.48 0.99 0.36
Hex B9 1 43 0 63 40 1B 152 63 24
Octal 271 1 103 0 143 100 33 522 143 44
Binary 10111001 1 1000011 0 1100011 1000000 11011 101010010 1100011 100100

Color Harmonies of #B90143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90143

Black with #B90143

Text Example


Text Example

White with #B90143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90143; }

 p { color: rgb(185,1,67); }

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

background-color css

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

 a { background-color: rgb(185,1,67); }

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

border-color css

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

 span { border-color: rgb(185,1,67); }

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