Html Css Color HEX #B90035 Cardinal

📋 copy color: '#B90035'

red 185 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #B90035

Tints of Cardinal #B90035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 77.73%
G = 0%
B = 22.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90035 (or 0xB90035) is known color: Cardinal. HEX triplet: B9, 00 and 35. RGB value is (185,0,53). Sum of RGB (Red+Green+Blue) = 185+0+53=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B90035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90035 is #46FFCA. Grayscale: #3D3D3D. Windows color (decimal): -4653003 or 3473593. OLE color: 3473593.

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

Color convert

RGB 185 0 53 -
CMYK 0 1 0.71 0.27
HSL 342.81º 1% 0.36% -
HSV(B) 342.81º 1% 0.73% -
XYZ 20.65 10.57 4.32 -
YUV 61.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 185 0 53 0 1 0.71 0.27 342.81 1 0.36
Hex B9 0 35 0 64 47 1B 157 64 24
Octal 271 0 65 0 144 107 33 527 144 44
Binary 10111001 0 110101 0 1100100 1000111 11011 101010111 1100100 100100

Color Harmonies of #B90035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90035

Black with #B90035

Text Example


Text Example

White with #B90035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90035; }

 p { color: rgb(185,0,53); }

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

background-color css

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

 a { background-color: rgb(185,0,53); }

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

border-color css

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

 span { border-color: rgb(185,0,53); }

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