Html Css Color HEX #B3183C Cardinal

📋 copy color: '#B3183C'

red 179 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #B3183C

Tints of Cardinal #B3183C

RGB

 RED value IS 179 (70.31% from 255) = 68.06%

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 68.06%
G = 9.13%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3183C (or 0xB3183C) is known color: Cardinal. HEX triplet: B3, 18 and 3C. RGB value is (179,24,60). Sum of RGB (Red+Green+Blue) = 179+24+60=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3183C is #4CE7C3. Grayscale: #4A4A4A. Windows color (decimal): -5040068 or 3938483. OLE color: 3938483.

HSL color Cylindrical-coordinate representation of color #B3183C: hue angle of 346.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3183C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 60 -
CMYK 0 0.87 0.66 0.30
HSL 346.06º 0.76% 0.4% -
HSV(B) 346.06º 0.87% 0.7% -
XYZ 19.73 10.56 5.27 -
YUV 74.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 179 24 60 0 0.87 0.66 0.30 346.06 0.76 0.4
Hex B3 18 3C 0 57 42 1E 15A 4C 28
Octal 263 30 74 0 127 102 36 532 114 50
Binary 10110011 11000 111100 0 1010111 1000010 11110 101011010 1001100 101000

Color Harmonies of #B3183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3183C

Black with #B3183C

Text Example


Text Example

White with #B3183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3183C; }

 p { color: rgb(179,24,60); }

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

background-color css

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

 a { background-color: rgb(179,24,60); }

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

border-color css

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

 span { border-color: rgb(179,24,60); }

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