Html Css Color HEX #B41C3C Cardinal

📋 copy color: '#B41C3C'

red 180 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #B41C3C

Tints of Cardinal #B41C3C

RGB

 RED value IS 180 (70.7% from 255) = 67.16%

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

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

R = 67.16%
G = 10.45%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B41C3C (or 0xB41C3C) is known color: Cardinal. HEX triplet: B4, 1C and 3C. RGB value is (180,28,60). Sum of RGB (Red+Green+Blue) = 180+28+60=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C3C is #4BE3C3. Grayscale: #4D4D4D. Windows color (decimal): -4973508 or 3939508. OLE color: 3939508.

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

Color convert

RGB 180 28 60 -
CMYK 0 0.84 0.67 0.29
HSL 347.37º 0.73% 0.41% -
HSV(B) 347.37º 0.84% 0.71% -
XYZ 20.05 10.86 5.31 -
YUV 77.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 180 28 60 0 0.84 0.67 0.29 347.37 0.73 0.41
Hex B4 1C 3C 0 54 43 1D 15B 49 29
Octal 264 34 74 0 124 103 35 533 111 51
Binary 10110100 11100 111100 0 1010100 1000011 11101 101011011 1001001 101001

Color Harmonies of #B41C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C3C

Black with #B41C3C

Text Example


Text Example

White with #B41C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C3C; }

 p { color: rgb(180,28,60); }

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

background-color css

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

 a { background-color: rgb(180,28,60); }

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

border-color css

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

 span { border-color: rgb(180,28,60); }

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