Html Css Color HEX #B7203B Cardinal

📋 copy color: '#B7203B'

red 183 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #B7203B

Tints of Cardinal #B7203B

RGB

 RED value IS 183 (71.88% from 255) = 66.79%

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 66.79%
G = 11.68%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7203B (or 0xB7203B) is known color: Cardinal. HEX triplet: B7, 20 and 3B. RGB value is (183,32,59). Sum of RGB (Red+Green+Blue) = 183+32+59=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203B is #48DFC4. Grayscale: #505050. Windows color (decimal): -4775877 or 3874999. OLE color: 3874999.

HSL color Cylindrical-coordinate representation of color #B7203B: hue angle of 349.27º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7203B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 59 -
CMYK 0 0.83 0.68 0.28
HSL 349.27º 0.7% 0.42% -
HSV(B) 349.27º 0.83% 0.72% -
XYZ 20.83 11.42 5.24 -
YUV 80.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 183 32 59 0 0.83 0.68 0.28 349.27 0.7 0.42
Hex B7 20 3B 0 53 44 1C 15D 46 2A
Octal 267 40 73 0 123 104 34 535 106 52
Binary 10110111 100000 111011 0 1010011 1000100 11100 101011101 1000110 101010

Color Harmonies of #B7203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7203B

Black with #B7203B

Text Example


Text Example

White with #B7203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7203B; }

 p { color: rgb(183,32,59); }

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

background-color css

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

 a { background-color: rgb(183,32,59); }

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

border-color css

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

 span { border-color: rgb(183,32,59); }

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