Html Css Color HEX #B0183F Cardinal

📋 copy color: '#B0183F'

red 176 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #B0183F

Tints of Cardinal #B0183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 66.92%
G = 9.13%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0183F (or 0xB0183F) is known color: Cardinal. HEX triplet: B0, 18 and 3F. RGB value is (176,24,63). Sum of RGB (Red+Green+Blue) = 176+24+63=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B0183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0183F is #4FE7C0. Grayscale: #494949. Windows color (decimal): -5236673 or 4135088. OLE color: 4135088.

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

Color convert

RGB 176 24 63 -
CMYK 0 0.86 0.64 0.31
HSL 344.61º 0.76% 0.39% -
HSV(B) 344.61º 0.86% 0.69% -
XYZ 19.13 10.24 5.67 -
YUV 73.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 176 24 63 0 0.86 0.64 0.31 344.61 0.76 0.39
Hex B0 18 3F 0 56 40 1F 159 4C 27
Octal 260 30 77 0 126 100 37 531 114 47
Binary 10110000 11000 111111 0 1010110 1000000 11111 101011001 1001100 100111

Color Harmonies of #B0183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0183F

Black with #B0183F

Text Example


Text Example

White with #B0183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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