Html Css Color HEX #BD1A3F Cardinal

📋 copy color: '#BD1A3F'

red 189 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #BD1A3F

Tints of Cardinal #BD1A3F

RGB

 RED value IS 189 (74.22% from 255) = 67.99%

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 67.99%
G = 9.35%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD1A3F (or 0xBD1A3F) is known color: Cardinal. HEX triplet: BD, 1A and 3F. RGB value is (189,26,63). Sum of RGB (Red+Green+Blue) = 189+26+63=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A3F is #42E5C0. Grayscale: #4E4E4E. Windows color (decimal): -4384193 or 4135613. OLE color: 4135613.

HSL color Cylindrical-coordinate representation of color #BD1A3F: hue angle of 346.38º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A3F is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 63 -
CMYK 0 0.86 0.67 0.26
HSL 346.38º 0.76% 0.42% -
HSV(B) 346.38º 0.86% 0.74% -
XYZ 22.25 11.92 5.83 -
YUV 78.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 189 26 63 0 0.86 0.67 0.26 346.38 0.76 0.42
Hex BD 1A 3F 0 56 43 1A 15A 4C 2A
Octal 275 32 77 0 126 103 32 532 114 52
Binary 10111101 11010 111111 0 1010110 1000011 11010 101011010 1001100 101010

Color Harmonies of #BD1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A3F

Black with #BD1A3F

Text Example


Text Example

White with #BD1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A3F; }

 p { color: rgb(189,26,63); }

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

background-color css

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

 a { background-color: rgb(189,26,63); }

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

border-color css

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

 span { border-color: rgb(189,26,63); }

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