Html Css Color HEX #BD1F3B Cardinal

📋 copy color: '#BD1F3B'

red 189 ◦ green 31 ◦ blue 59

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

Shades of Cardinal #BD1F3B

Tints of Cardinal #BD1F3B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 67.74%
G = 11.11%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD1F3B (or 0xBD1F3B) is known color: Cardinal. HEX triplet: BD, 1F and 3B. RGB value is (189,31,59). Sum of RGB (Red+Green+Blue) = 189+31+59=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F3B is #42E0C4. Grayscale: #515151. Windows color (decimal): -4382917 or 3874749. OLE color: 3874749.

HSL color Cylindrical-coordinate representation of color #BD1F3B: hue angle of 349.37º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F3B is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 59 -
CMYK 0 0.84 0.69 0.26
HSL 349.37º 0.72% 0.43% -
HSV(B) 349.37º 0.84% 0.74% -
XYZ 22.27 12.11 5.3 -
YUV 81.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 189 31 59 0 0.84 0.69 0.26 349.37 0.72 0.43
Hex BD 1F 3B 0 54 45 1A 15D 48 2B
Octal 275 37 73 0 124 105 32 535 110 53
Binary 10111101 11111 111011 0 1010100 1000101 11010 101011101 1001000 101011

Color Harmonies of #BD1F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F3B

Black with #BD1F3B

Text Example


Text Example

White with #BD1F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F3B; }

 p { color: rgb(189,31,59); }

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

background-color css

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

 a { background-color: rgb(189,31,59); }

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

border-color css

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

 span { border-color: rgb(189,31,59); }

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