Html Css Color HEX #BF1B2A Cardinal

📋 copy color: '#BF1B2A'

red 191 ◦ green 27 ◦ blue 42

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

Shades of Cardinal #BF1B2A

Tints of Cardinal #BF1B2A

RGB

 RED value IS 191 (75% from 255) = 73.46%

 GREEN value IS 27 (10.94% from 255) = 10.38%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 73.46%
G = 10.38%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF1B2A (or 0xBF1B2A) is known color: Cardinal. HEX triplet: BF, 1B and 2A. RGB value is (191,27,42). Sum of RGB (Red+Green+Blue) = 191+27+42=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1B2A is #40E4D5. Grayscale: #4D4D4D. Windows color (decimal): -4252886 or 2759615. OLE color: 2759615.

HSL color Cylindrical-coordinate representation of color #BF1B2A: hue angle of 354.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B2A is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 27 42 -
CMYK 0 0.86 0.78 0.25
HSL 354.51º 0.75% 0.43% -
HSV(B) 354.51º 0.86% 0.75% -
XYZ 22.3 12.03 3.34 -
YUV 77.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 191 27 42 0 0.86 0.78 0.25 354.51 0.75 0.43
Hex BF 1B 2A 0 56 4E 19 163 4B 2B
Octal 277 33 52 0 126 116 31 543 113 53
Binary 10111111 11011 101010 0 1010110 1001110 11001 101100011 1001011 101011

Color Harmonies of #BF1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1B2A

Black with #BF1B2A

Text Example


Text Example

White with #BF1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1B2A; }

 p { color: rgb(191,27,42); }

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

background-color css

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

 a { background-color: rgb(191,27,42); }

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

border-color css

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

 span { border-color: rgb(191,27,42); }

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