Html Css Color HEX #B9203A Cardinal

📋 copy color: '#B9203A'

red 185 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #B9203A

Tints of Cardinal #B9203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 67.27%
G = 11.64%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9203A (or 0xB9203A) is known color: Cardinal. HEX triplet: B9, 20 and 3A. RGB value is (185,32,58). Sum of RGB (Red+Green+Blue) = 185+32+58=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B9203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9203A is #46DFC5. Grayscale: #505050. Windows color (decimal): -4644806 or 3809465. OLE color: 3809465.

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

Color convert

RGB 185 32 58 -
CMYK 0 0.83 0.69 0.27
HSL 349.8º 0.71% 0.43% -
HSV(B) 349.8º 0.83% 0.73% -
XYZ 21.29 11.65 5.13 -
YUV 80.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 185 32 58 0 0.83 0.69 0.27 349.8 0.71 0.43
Hex B9 20 3A 0 53 45 1B 15E 47 2B
Octal 271 40 72 0 123 105 33 536 107 53
Binary 10111001 100000 111010 0 1010011 1000101 11011 101011110 1000111 101011

Color Harmonies of #B9203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9203A

Black with #B9203A

Text Example


Text Example

White with #B9203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9203A; }

 p { color: rgb(185,32,58); }

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

background-color css

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

 a { background-color: rgb(185,32,58); }

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

border-color css

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

 span { border-color: rgb(185,32,58); }

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