Html Css Color HEX #B01C3A Cardinal

📋 copy color: '#B01C3A'

red 176 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #B01C3A

Tints of Cardinal #B01C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

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

R = 67.18%
G = 10.69%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B01C3A (or 0xB01C3A) is known color: Cardinal. HEX triplet: B0, 1C and 3A. RGB value is (176,28,58). Sum of RGB (Red+Green+Blue) = 176+28+58=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C3A is #4FE3C5. Grayscale: #4B4B4B. Windows color (decimal): -5235654 or 3808432. OLE color: 3808432.

HSL color Cylindrical-coordinate representation of color #B01C3A: hue angle of 347.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C3A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 58 -
CMYK 0 0.84 0.67 0.31
HSL 347.84º 0.73% 0.4% -
HSV(B) 347.84º 0.84% 0.69% -
XYZ 19.08 10.37 5 -
YUV 75.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 176 28 58 0 0.84 0.67 0.31 347.84 0.73 0.4
Hex B0 1C 3A 0 54 43 1F 15C 49 28
Octal 260 34 72 0 124 103 37 534 111 50
Binary 10110000 11100 111010 0 1010100 1000011 11111 101011100 1001001 101000

Color Harmonies of #B01C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C3A

Black with #B01C3A

Text Example


Text Example

White with #B01C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C3A; }

 p { color: rgb(176,28,58); }

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

background-color css

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

 a { background-color: rgb(176,28,58); }

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

border-color css

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

 span { border-color: rgb(176,28,58); }

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