Html Css Color HEX #BF1834 Cardinal

📋 copy color: '#BF1834'

red 191 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #BF1834

Tints of Cardinal #BF1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 71.54%
G = 8.99%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF1834 (or 0xBF1834) is known color: Cardinal. HEX triplet: BF, 18 and 34. RGB value is (191,24,52). Sum of RGB (Red+Green+Blue) = 191+24+52=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1834 is #40E7CB. Grayscale: #4D4D4D. Windows color (decimal): -4253644 or 3414207. OLE color: 3414207.

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

Color convert

RGB 191 24 52 -
CMYK 0 0.87 0.73 0.25
HSL 349.94º 0.78% 0.42% -
HSV(B) 349.94º 0.87% 0.75% -
XYZ 22.43 11.98 4.38 -
YUV 77.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 191 24 52 0 0.87 0.73 0.25 349.94 0.78 0.42
Hex BF 18 34 0 57 49 19 15E 4E 2A
Octal 277 30 64 0 127 111 31 536 116 52
Binary 10111111 11000 110100 0 1010111 1001001 11001 101011110 1001110 101010

Color Harmonies of #BF1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1834

Black with #BF1834

Text Example


Text Example

White with #BF1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1834; }

 p { color: rgb(191,24,52); }

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

background-color css

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

 a { background-color: rgb(191,24,52); }

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

border-color css

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

 span { border-color: rgb(191,24,52); }

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