Html Css Color HEX #BD1F2B Cardinal

📋 copy color: '#BD1F2B'

red 189 ◦ green 31 ◦ blue 43

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

Shades of Cardinal #BD1F2B

Tints of Cardinal #BD1F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 71.86%
G = 11.79%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD1F2B (or 0xBD1F2B) is known color: Cardinal. HEX triplet: BD, 1F and 2B. RGB value is (189,31,43). Sum of RGB (Red+Green+Blue) = 189+31+43=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F2B is #42E0D4. Grayscale: #4F4F4F. Windows color (decimal): -4382933 or 2826173. OLE color: 2826173.

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

Color convert

RGB 189 31 43 -
CMYK 0 0.84 0.77 0.26
HSL 355.44º 0.72% 0.43% -
HSV(B) 355.44º 0.84% 0.74% -
XYZ 21.91 11.97 3.44 -
YUV 79.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 189 31 43 0 0.84 0.77 0.26 355.44 0.72 0.43
Hex BD 1F 2B 0 54 4D 1A 163 48 2B
Octal 275 37 53 0 124 115 32 543 110 53
Binary 10111101 11111 101011 0 1010100 1001101 11010 101100011 1001000 101011

Color Harmonies of #BD1F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F2B

Black with #BD1F2B

Text Example


Text Example

White with #BD1F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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