Html Css Color HEX #B90E4B Cardinal

📋 copy color: '#B90E4B'

red 185 ◦ green 14 ◦ blue 75

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

Shades of Cardinal #B90E4B

Tints of Cardinal #B90E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 67.52%
G = 5.11%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B90E4B (or 0xB90E4B) is known color: Cardinal. HEX triplet: B9, 0E and 4B. RGB value is (185,14,75). Sum of RGB (Red+Green+Blue) = 185+14+75=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E4B is #46F1B4. Grayscale: #484848. Windows color (decimal): -4649397 or 4918969. OLE color: 4918969.

HSL color Cylindrical-coordinate representation of color #B90E4B: hue angle of 338.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E4B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 14 75 -
CMYK 0 0.92 0.59 0.27
HSL 338.6º 0.86% 0.39% -
HSV(B) 338.6º 0.92% 0.73% -
XYZ 21.43 11.14 7.68 -
YUV 72.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 185 14 75 0 0.92 0.59 0.27 338.6 0.86 0.39
Hex B9 E 4B 0 5C 3B 1B 153 56 27
Octal 271 16 113 0 134 73 33 523 126 47
Binary 10111001 1110 1001011 0 1011100 111011 11011 101010011 1010110 100111

Color Harmonies of #B90E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E4B

Black with #B90E4B

Text Example


Text Example

White with #B90E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E4B; }

 p { color: rgb(185,14,75); }

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

background-color css

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

 a { background-color: rgb(185,14,75); }

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

border-color css

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

 span { border-color: rgb(185,14,75); }

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