Html Css Color HEX #B01C41 Cardinal

📋 copy color: '#B01C41'

red 176 ◦ green 28 ◦ blue 65

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

Shades of Cardinal #B01C41

Tints of Cardinal #B01C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 65.43%
G = 10.41%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B01C41 (or 0xB01C41) is known color: Cardinal. HEX triplet: B0, 1C and 41. RGB value is (176,28,65). Sum of RGB (Red+Green+Blue) = 176+28+65=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C41 is #4FE3BE. Grayscale: #4C4C4C. Windows color (decimal): -5235647 or 4267184. OLE color: 4267184.

HSL color Cylindrical-coordinate representation of color #B01C41: hue angle of 345º 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 #B01C41 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 65 -
CMYK 0 0.84 0.63 0.31
HSL 345º 0.73% 0.4% -
HSV(B) 345º 0.84% 0.69% -
XYZ 19.27 10.44 6 -
YUV 76.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 176 28 65 0 0.84 0.63 0.31 345 0.73 0.4
Hex B0 1C 41 0 54 3F 1F 159 49 28
Octal 260 34 101 0 124 77 37 531 111 50
Binary 10110000 11100 1000001 0 1010100 111111 11111 101011001 1001001 101000

Color Harmonies of #B01C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C41

Black with #B01C41

Text Example


Text Example

White with #B01C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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