Html Css Color HEX #BF232E Cardinal

📋 copy color: '#BF232E'

red 191 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #BF232E

Tints of Cardinal #BF232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 70.22%
G = 12.87%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF232E (or 0xBF232E) is known color: Cardinal. HEX triplet: BF, 23 and 2E. RGB value is (191,35,46). Sum of RGB (Red+Green+Blue) = 191+35+46=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF232E is #40DCD1. Grayscale: #535353. Windows color (decimal): -4250834 or 3023807. OLE color: 3023807.

HSL color Cylindrical-coordinate representation of color #BF232E: hue angle of 355.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF232E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 46 -
CMYK 0 0.82 0.76 0.25
HSL 355.77º 0.69% 0.44% -
HSV(B) 355.77º 0.82% 0.75% -
XYZ 22.58 12.48 3.8 -
YUV 82.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 191 35 46 0 0.82 0.76 0.25 355.77 0.69 0.44
Hex BF 23 2E 0 52 4C 19 164 45 2C
Octal 277 43 56 0 122 114 31 544 105 54
Binary 10111111 100011 101110 0 1010010 1001100 11001 101100100 1000101 101100

Color Harmonies of #BF232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF232E

Black with #BF232E

Text Example


Text Example

White with #BF232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF232E; }

 p { color: rgb(191,35,46); }

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

background-color css

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

 a { background-color: rgb(191,35,46); }

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

border-color css

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

 span { border-color: rgb(191,35,46); }

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