Html Css Color HEX #B0203F Cardinal

📋 copy color: '#B0203F'

red 176 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #B0203F

Tints of Cardinal #B0203F

RGB

 RED value IS 176 (69.14% from 255) = 64.94%

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 64.94%
G = 11.81%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0203F (or 0xB0203F) is known color: Cardinal. HEX triplet: B0, 20 and 3F. RGB value is (176,32,63). Sum of RGB (Red+Green+Blue) = 176+32+63=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0203F is #4FDFC0. Grayscale: #4E4E4E. Windows color (decimal): -5234625 or 4137136. OLE color: 4137136.

HSL color Cylindrical-coordinate representation of color #B0203F: hue angle of 347.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0203F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 63 -
CMYK 0 0.82 0.64 0.31
HSL 347.08º 0.69% 0.41% -
HSV(B) 347.08º 0.82% 0.69% -
XYZ 19.32 10.62 5.73 -
YUV 78.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 176 32 63 0 0.82 0.64 0.31 347.08 0.69 0.41
Hex B0 20 3F 0 52 40 1F 15B 45 29
Octal 260 40 77 0 122 100 37 533 105 51
Binary 10110000 100000 111111 0 1010010 1000000 11111 101011011 1000101 101001

Color Harmonies of #B0203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0203F

Black with #B0203F

Text Example


Text Example

White with #B0203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0203F; }

 p { color: rgb(176,32,63); }

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

background-color css

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

 a { background-color: rgb(176,32,63); }

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

border-color css

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

 span { border-color: rgb(176,32,63); }

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